Skip to content

Commit ddfbcd7

Browse files
Prepare to the next release
1 parent f6f6776 commit ddfbcd7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ allprojects {
3131
Next, add the dependency below to your **module**'s `build.gradle` file:
3232
```gradle
3333
dependencies {
34-
implementation "com.github.skydoves:orchestra-balloon:1.1.4"
34+
implementation "com.github.skydoves:orchestra-balloon:1.1.5"
3535
}
3636
```
3737

buildSrc/src/main/kotlin/com/skydoves/orchestra/Configuration.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ object Configuration {
2222
const val minSdk = 21
2323
const val majorVersion = 1
2424
const val minorVersion = 1
25-
const val patchVersion = 4
25+
const val patchVersion = 5
2626
const val versionName = "$majorVersion.$minorVersion.$patchVersion"
27-
const val versionCode = 14
27+
const val versionCode = 15
2828
const val snapshotVersionName = "$majorVersion.$minorVersion.${patchVersion + 1}-SNAPSHOT"
2929
const val artifactGroup = "com.github.skydoves"
3030
}

0 commit comments

Comments
 (0)