Skip to content

Commit

Permalink
Pull to version 0.2.0 (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
StaehliJ committed Jun 26, 2023
1 parent 74f4e42 commit d5b082f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Config.kt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ object Config {
const val minSdk = 21

const val major = 0
const val minor = 1
const val minor = 2
const val patch = 0
const val versionName = "$major.$minor.$patch"

Expand Down

0 comments on commit d5b082f

Please sign in to comment.