Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ofalvai committed Apr 10, 2023
1 parent eac950b commit 136e104
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(11)

const val VERSION_CODE = 2
const val VERSION_NAME = "1.0.0"
const val VERSION_CODE = 3
const val VERSION_NAME = "1.1.0"
}

0 comments on commit 136e104

Please sign in to comment.