Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
loremattei committed Feb 20, 2020
1 parent 1ea3d28 commit 1e033ae
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 @@ -23,9 +23,9 @@ android {
if (project.hasProperty("versionName")) {
versionName project.property("versionName")
} else {
versionName "2.4-rc-2"
versionName "2.4-rc-3"
}
versionCode 96
versionCode 97
minSdkVersion 23
targetSdkVersion 29

Expand Down

0 comments on commit 1e033ae

Please sign in to comment.