Skip to content

Commit 7f072cb

Browse files
committed
chore: bump version to 1.1.2 (versionCode 5)
Documentation release clarifying server compatibility: - README explicitly states v0.27+ is unsupported - Auth screen drops the misleading 'v0.26+' label
1 parent 5ffef9b commit 7f072cb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ android {
2323

2424
defaultConfig {
2525
applicationId = "com.whtis.memosly"
26-
versionCode = 4
27-
versionName = "1.1.1"
26+
versionCode = 5
27+
versionName = "1.1.2"
2828
}
2929

3030
if (keystorePropertiesFile.exists()) {

0 commit comments

Comments
 (0)