Skip to content

Commit

Permalink
Merge pull request #106 from AAkira/release/2.6.1
Browse files Browse the repository at this point in the history
Bump up the version code and name
  • Loading branch information
AAkira authored May 18, 2022
2 parents af4a31f + 2a5720e commit 1c1e8ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildSrc/src/main/kotlin/dependencies/Versions.kt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package dependencies

object Versions {
const val versionCode = 24
const val versionName = "2.6.0"
const val versionCode = 25
const val versionName = "2.6.1"

// android
const val androidVersionCode = 1
Expand Down

0 comments on commit 1c1e8ae

Please sign in to comment.