Skip to content

Commit

Permalink
Release a new stable 1.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
skydoves committed Aug 16, 2021
1 parent 5e12e17 commit 592b818
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ allprojects {
And add a dependency code to your **module**'s `build.gradle` file.
```gradle
dependencies {
implementation "com.github.skydoves:powerspinner:1.1.8"
implementation "com.github.skydoves:powerspinner:1.1.9"
}
```
## SNAPSHOT
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ systemProp.org.gradle.internal.http.socketTimeout=120000
GROUP=com.github.skydoves
POM_PACKAGING=aar

VERSION_NAME=1.1.9-SNAPSHOT
VERSION_NAME=1.2.0-SNAPSHOT

POM_ARTIFACT_ID=powerspinner
POM_NAME=powerspinner
Expand Down

0 comments on commit 592b818

Please sign in to comment.