Skip to content

Commit 317d77c

Browse files
committed
Prepare for release 1.6.7
1 parent 608b835 commit 317d77c

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
@@ -43,7 +43,7 @@ Add the dependency below to your **module**'s `build.gradle` file:
4343

4444
```kotlin
4545
dependencies {
46-
implementation("com.github.skydoves:balloon:1.6.6")
46+
implementation("com.github.skydoves:balloon:1.6.7")
4747
}
4848
```
4949

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ object Configuration {
2323
const val minSdkBenchmark = 23
2424
const val majorVersion = 1
2525
const val minorVersion = 6
26-
const val patchVersion = 6
26+
const val patchVersion = 7
2727
const val versionName = "$majorVersion.$minorVersion.$patchVersion"
28-
const val versionCode = 61
28+
const val versionCode = 62
2929
const val snapshotVersionName = "$majorVersion.$minorVersion.${patchVersion + 1}-SNAPSHOT"
3030
const val artifactGroup = "com.github.skydoves"
3131
}

0 commit comments

Comments
 (0)