Skip to content

Commit

Permalink
Release a new stable 1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
skydoves committed Jun 6, 2021
1 parent 13fff0e commit 42d4404
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ allprojects {
And add a dependency code to your **module**'s `build.gradle` file.
```gradle
dependencies {
implementation "com.github.skydoves:orchestra-balloon:1.0.5"
implementation "com.github.skydoves:orchestra-balloon:1.0.6"
}
```

Expand Down
4 changes: 2 additions & 2 deletions dependencies.gradle
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
ext.versions = [
minSdk : 21,
compileSdk : 30,
versionCode : 6,
versionName : '1.0.5',
versionCode : 7,
versionName : '1.0.6',

gradleBuildTool : '7.0.0-beta03',
spotlessGradle : '5.12.3',
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ systemProp.org.gradle.internal.http.socketTimeout=120000
# Maven
GROUP=com.github.skydoves

VERSION_NAME=1.0.6-SNAPSHOT
VERSION_NAME=1.0.7-SNAPSHOT

POM_URL=https://github.com/skydoves/orchestra/
POM_SCM_URL=https://github.com/skydoves/orchestra/
Expand Down

0 comments on commit 42d4404

Please sign in to comment.