Skip to content

Commit 9396079

Browse files
committed
Bump version to 2.3.1
1 parent 6974e70 commit 9396079

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"
26+
versionName "2.3.1"
2727
}
28-
versionCode 93
28+
versionCode 95
2929
minSdkVersion 23
3030
targetSdkVersion 29
3131

0 commit comments

Comments
 (0)