Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ofalvai committed Oct 22, 2023
1 parent 955f5e5 commit 87e6295
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build-logic/convention/src/main/kotlin/Constants.kt
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ object Constants {
const val TARGET_SDK = 33
val javaToolchainVersion: JavaLanguageVersion = JavaLanguageVersion.of(17)

const val VERSION_CODE = 4
const val VERSION_NAME = "1.1.1"
const val VERSION_CODE = 5
const val VERSION_NAME = "1.1.2"
}

0 comments on commit 87e6295

Please sign in to comment.