Skip to content

Commit

Permalink
🎉release 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ohmae committed Nov 5, 2020
1 parent 346cd60 commit 1338d3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/java/build/ProjectProperties.kt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ object ProjectProperties {

private const val versionMajor: Int = 0
private const val versionMinor: Int = 2
private const val versionPatch: Int = 0
private const val versionPatch: Int = 1
const val versionName: String = "$versionMajor.$versionMinor.$versionPatch"
const val versionCode: Int = versionMajor * 10000 + versionMinor * 100 + versionPatch

Expand Down

0 comments on commit 1338d3a

Please sign in to comment.