Skip to content

Commit

Permalink
🎉release 3.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ohmae committed Apr 21, 2022
1 parent 29df3aa commit 7a9c339
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 @@ -9,7 +9,7 @@ object ProjectProperties {

private const val versionMajor: Int = 3
private const val versionMinor: Int = 1
private const val versionPatch: Int = 4
private const val versionPatch: Int = 5
const val versionName: String = "$versionMajor.$versionMinor.$versionPatch"

object Url {
Expand Down

0 comments on commit 7a9c339

Please sign in to comment.