Skip to content

Commit 1b3e0a1

Browse files
committed
Increment a patch version
1 parent f5cf16f commit 1b3e0a1

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 = 0
9+
const val patchVersion = 1
1010
const val versionName = "$majorVersion.$minorVersion.$patchVersion"
11-
const val versionCode = 8
11+
const val versionCode = 9
1212
}

0 commit comments

Comments
 (0)