Skip to content

Commit

Permalink
build: bump version name to 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
felipecastilhos committed Nov 19, 2021
1 parent 4ec3274 commit ae015cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/java/BuildConfigVersions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ object BuildConfigVersions {
const val minSdk = 23
const val targetSdk = 31
const val versionCode = 1
const val versionName = "0.0.3"
const val versionName = "0.0.4"
}

0 comments on commit ae015cd

Please sign in to comment.