Skip to content

Commit

Permalink
🎉release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ohmae committed Sep 12, 2020
1 parent 0064ac0 commit 402996a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildSrc/src/main/java/build/ProjectProperties.kt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ object ProjectProperties {
const val groupId: String = "net.mm2d"

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

Expand Down

0 comments on commit 402996a

Please sign in to comment.