Skip to content

Commit 61d9473

Browse files
committed
Prepare for release 1.1.3
1 parent a17a2b7 commit 61d9473

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package com.skydoves.pokedex
33
object Configuration {
44
const val majorVersion = 1
55
const val minorVersion = 1
6-
const val patchVersion = 2
6+
const val patchVersion = 3
77
const val versionName = "$majorVersion.$minorVersion.$patchVersion"
88
const val versionCode = 10
99
}

0 commit comments

Comments
 (0)