Skip to content

Commit 24c05f3

Browse files
authored
Version mobile apps to 1.1.189 (#13777)
1 parent 29c69b4 commit 24c05f3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

packages/mobile/android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ android {
128128
// versionCode is automatically incremented in CI
129129
versionCode 1
130130
// Make sure this is above the currently released Android version in the play store if your changes touch native code:
131-
versionName "1.1.520"
131+
versionName "1.1.521"
132132
resValue "string", "build_config_package", "co.audius.app"
133133
resConfigs "en"
134134
}

packages/mobile/ios/AudiusReactNative/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>1.1.188</string>
20+
<string>1.1.189</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleURLTypes</key>

0 commit comments

Comments
 (0)