Skip to content

Commit 2200e7d

Browse files
committed
Prepare for release 1.6.0
1 parent c97649e commit 2200e7d

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Add the dependency below to your **module**'s `build.gradle` file:
4343

4444
```gradle
4545
dependencies {
46-
implementation "com.github.skydoves:balloon:1.5.4"
46+
implementation "com.github.skydoves:balloon:1.6.0"
4747
}
4848
```
4949

@@ -66,7 +66,7 @@ repositories {
6666
Next, add the below dependency to your **module**'s `build.gradle` file.
6767
```gradle
6868
dependencies {
69-
implementation "com.github.skydoves:balloon:1.5.5-SNAPSHOT"
69+
implementation "com.github.skydoves:balloon:1.6.1-SNAPSHOT"
7070
}
7171
```
7272

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ object Configuration {
2222
const val minSdk = 21
2323
const val minSdkBenchmark = 23
2424
const val majorVersion = 1
25-
const val minorVersion = 5
26-
const val patchVersion = 4
25+
const val minorVersion = 6
26+
const val patchVersion = 0
2727
const val versionName = "$majorVersion.$minorVersion.$patchVersion"
28-
const val versionCode = 54
28+
const val versionCode = 55
2929
const val snapshotVersionName = "$majorVersion.$minorVersion.${patchVersion + 1}-SNAPSHOT"
3030
const val artifactGroup = "com.github.skydoves"
3131
}

0 commit comments

Comments
 (0)