diff --git a/apps/mobile/android/app/build.gradle b/apps/mobile/android/app/build.gradle
index 78d98230c..57ed8fd5e 100644
--- a/apps/mobile/android/app/build.gradle
+++ b/apps/mobile/android/app/build.gradle
@@ -89,8 +89,8 @@ android {
applicationId "com.debank.rabbymobile"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
- versionCode 100039
- versionName "0.4.1"
+ versionCode 100042
+ versionName "0.5.0"
}
splits {
abi {
diff --git a/apps/mobile/ios/RabbyMobile/Info.plist b/apps/mobile/ios/RabbyMobile/Info.plist
index 6c9a853ff..6f64b2c88 100644
--- a/apps/mobile/ios/RabbyMobile/Info.plist
+++ b/apps/mobile/ios/RabbyMobile/Info.plist
@@ -17,7 +17,7 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- 0.4.1
+ 0.5.0
CFBundleSignature
????
CFBundleURLTypes
@@ -36,7 +36,7 @@
CFBundleVersion
$(CURRENT_PROJECT_VERSION)
ITSAppUsesNonExemptEncryption
-
+
LSApplicationQueriesSchemes
imtokenv2
@@ -53,7 +53,7 @@
debank
LSRequiresIPhoneOS
-
+
NSAppTransportSecurity
NSExceptionDomains
@@ -61,7 +61,7 @@
localhost
NSExceptionAllowsInsecureHTTPLoads
-
+
@@ -74,7 +74,7 @@
NSFaceIDUsageDescription
$(PRODUCT_NAME) needs to authenticate
NSLocationWhenInUseUsageDescription
-
+
NSMicrophoneUsageDescription
Rabby needs microphone access to record audio
UIAppFonts
@@ -103,7 +103,7 @@
UIUserInterfaceStyle
Automatic
UIViewControllerBasedStatusBarAppearance
-
+
rabbit_code
$(RABBY_MOBILE_CODE)
diff --git a/apps/mobile/ios/RabbyMobileTests/Info.plist b/apps/mobile/ios/RabbyMobileTests/Info.plist
index 39412c11d..94b6ed951 100644
--- a/apps/mobile/ios/RabbyMobileTests/Info.plist
+++ b/apps/mobile/ios/RabbyMobileTests/Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
BNDL
CFBundleShortVersionString
- 0.4.1
+ 0.5.0
CFBundleSignature
????
CFBundleVersion
diff --git a/apps/mobile/package.json b/apps/mobile/package.json
index ba422a1b0..d9ddbcdbb 100644
--- a/apps/mobile/package.json
+++ b/apps/mobile/package.json
@@ -1,6 +1,6 @@
{
"name": "rabby-mobile",
- "version": "0.4.1",
+ "version": "0.5.0",
"private": true,
"repository": {
"type": "git",