Skip to content

Commit e38a859

Browse files
committed
Bump version number
1 parent f021191 commit e38a859

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Simplenote/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ android {
2323
if (project.hasProperty("versionName")) {
2424
versionName project.property("versionName")
2525
} else {
26-
versionName "2.3-rc-2"
26+
versionName "2.3-rc-3"
2727
}
28-
versionCode 90
28+
versionCode 91
2929
minSdkVersion 23
3030
targetSdkVersion 29
3131

0 commit comments

Comments
 (0)