Skip to content

Commit 2bca681

Browse files
committed
Prepare to release 1.1.2
1 parent e77129d commit 2bca681

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ object Configuration {
66
const val minSdk = 23
77
const val majorVersion = 1
88
const val minorVersion = 1
9-
const val patchVersion = 1
9+
const val patchVersion = 2
1010
const val versionName = "$majorVersion.$minorVersion.$patchVersion"
11-
const val versionCode = 9
11+
const val versionCode = 10
1212
}

0 commit comments

Comments
 (0)