Skip to content

Commit 7123cf6

Browse files
committed
Prepare to the next release
1 parent 71f687a commit 7123cf6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ allprojects {
3838
And add a dependency code to your **module**'s `build.gradle` file.
3939
```gradle
4040
dependencies {
41-
implementation "com.github.skydoves:progressview:1.1.2"
41+
implementation "com.github.skydoves:progressview:1.1.3"
4242
}
4343
```
4444

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ systemProp.org.gradle.internal.http.socketTimeout=120000
3131
GROUP=com.github.skydoves
3232
POM_PACKAGING=aar
3333

34-
VERSION_NAME=1.1.3-SNAPSHOT
34+
VERSION_NAME=1.1.4-SNAPSHOT
3535

3636
POM_ARTIFACT_ID=progressview
3737
POM_NAME=progressview

0 commit comments

Comments
 (0)