Skip to content

Commit

Permalink
🎉release 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ohmae committed Nov 19, 2022
1 parent d0bd681 commit a4d8296
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 @@ -8,8 +8,8 @@ object ProjectProperties {
const val developerName: String = "ryosuke"

private const val versionMajor: Int = 0
private const val versionMinor: Int = 5
private const val versionPatch: Int = 2
private const val versionMinor: Int = 6
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 a4d8296

Please sign in to comment.