Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
mokagio committed Oct 2, 2020
1 parent 0aabd07 commit f0ea4e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Simplenote/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ android {
if (project.hasProperty("versionName")) {
versionName project.property("versionName")
} else {
versionName "2.11-rc-1"
versionName "2.11"
}
versionCode 118
versionCode 119
minSdkVersion 23
targetSdkVersion 29

Expand Down

0 comments on commit f0ea4e7

Please sign in to comment.