Skip to content

Commit

Permalink
Bump version to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mslalith committed Aug 31, 2022
1 parent 54c8d02 commit 6a66a65
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 @@ -2,6 +2,6 @@ object ConfigData {
const val MIN_SDK = 26
const val TARGET_SDK = 32

const val VERSION_CODE = 4
const val VERSION_NAME = "0.1.1"
const val VERSION_CODE = 5
const val VERSION_NAME = "0.2.1"
}

0 comments on commit 6a66a65

Please sign in to comment.