Skip to content

Commit c1f4fe8

Browse files
authored
Merge pull request #9963 from coreycb/15.0
Bump versionName to 15.0
2 parents 5ed2351 + f30536c commit c1f4fe8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

app-k9mail/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ android {
1818
testApplicationId = "com.fsck.k9.tests"
1919

2020
versionCode = 39004
21-
versionName = "14.0"
21+
versionName = "15.0"
2222
versionNameSuffix = "a1"
2323

2424
buildConfigField("String", "CLIENT_INFO_APP_NAME", "\"K-9 Mail\"")

app-thunderbird/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ android {
1818
testApplicationId = "net.thunderbird.android.tests"
1919

2020
versionCode = 4
21-
versionName = "14.0"
21+
versionName = "15.0"
2222

2323
buildConfigField("String", "CLIENT_INFO_APP_NAME", "\"Thunderbird for Android\"")
2424
}

0 commit comments

Comments
 (0)