Skip to content

Commit ab7cfd3

Browse files
authored
chore: update versions for release 5.2.1 (#896)
1 parent 64addfb commit ab7cfd3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

composeApp/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,8 +222,8 @@ android {
222222
targetSdk = libs.versions.android.targetSdk
223223
.get()
224224
.toInt()
225-
versionCode = 220 // Always increment by 10. See fdroid flavor below
226-
versionName = "5.2.0"
225+
versionCode = 230 // Always increment by 10. See fdroid flavor below
226+
versionName = "5.2.1"
227227
resValue("string", "app_name", config.appName)
228228
resValue("string", "ooni_run_enabled", config.supportsOoniRun.toString())
229229
resValue(

iosApp/Configuration/Config.xcconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ OONI_PROBE_APP_NAME=OONI Probe
44
NMS_BUNDLE_ID=com.dw.ooniprobe
55
NMS_APP_NAME=News Media Scan
66
NMS_TEAM_ID=D6848Q89CC
7-
APP_VERSION=5.2.0
8-
BUNDLE_VERSION=220
7+
APP_VERSION=5.2.1
8+
BUNDLE_VERSION=230

0 commit comments

Comments
 (0)