Skip to content

Commit

Permalink
Prepare to release 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
skydoves committed Aug 3, 2023
1 parent e77129d commit 2bca681
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 = 1
const val patchVersion = 2
const val versionName = "$majorVersion.$minorVersion.$patchVersion"
const val versionCode = 9
const val versionCode = 10
}

0 comments on commit 2bca681

Please sign in to comment.