Skip to content

Commit

Permalink
Bump version to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mslalith committed May 8, 2022
1 parent e919031 commit 92e0ad3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildSrc/src/main/kotlin/ConfigData.kt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ object ConfigData {
const val TARGET_SDK = 31
const val BUILD_TOOLS = "30.0.3"

const val VERSION_CODE = 3
const val VERSION_NAME = "0.1.0"
const val VERSION_CODE = 4
const val VERSION_NAME = "0.1.1"
}

0 comments on commit 92e0ad3

Please sign in to comment.