Skip to content

Commit

Permalink
Increment a patch version
Browse files Browse the repository at this point in the history
  • Loading branch information
skydoves committed Apr 1, 2023
1 parent f5cf16f commit 1b3e0a1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ object Configuration {
const val minSdk = 23
const val majorVersion = 1
const val minorVersion = 1
const val patchVersion = 0
const val patchVersion = 1
const val versionName = "$majorVersion.$minorVersion.$patchVersion"
const val versionCode = 8
const val versionCode = 9
}

0 comments on commit 1b3e0a1

Please sign in to comment.