Skip to content

Commit c5d3372

Browse files
committed
Prepare for release 1.6.5
1 parent 733025e commit c5d3372

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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 = 4
26+
const val patchVersion = 5
2727
const val versionName = "$majorVersion.$minorVersion.$patchVersion"
28-
const val versionCode = 59
28+
const val versionCode = 60
2929
const val snapshotVersionName = "$majorVersion.$minorVersion.${patchVersion + 1}-SNAPSHOT"
3030
const val artifactGroup = "com.github.skydoves"
3131
}

0 commit comments

Comments
 (0)