Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
saschoar committed Sep 16, 2020
1 parent 433fdbc commit f1c19a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sequencelayout/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ android {
defaultConfig {
minSdkVersion(Versions.MIN_SDK)
targetSdkVersion(Versions.SDK)
versionCode = 11
versionName = "1.0.11"
versionCode = 12
versionName = "1.1.0"
setProperty("archivesBaseName", "com.transferwise.sequencelayout-${versionName}")
}

Expand Down

0 comments on commit f1c19a3

Please sign in to comment.