Skip to content

Commit

Permalink
Release 1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
workspace committed Jan 26, 2024
1 parent 86e6e1c commit f2c51e7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ object Configuration {
const val minSdk = 21
const val majorVersion = 1
const val minorVersion = 1
const val patchVersion = 3
const val patchVersion = 4
const val versionName = "$majorVersion.$minorVersion.$patchVersion"
const val versionCode = 113
const val versionCode = 114
const val artifactGroup = "com.holix.android"
}

0 comments on commit f2c51e7

Please sign in to comment.