diff --git a/.github/workflows/deploy-android.yml b/.github/workflows/deploy-android.yml
index d5955a09a..50699ae3a 100644
--- a/.github/workflows/deploy-android.yml
+++ b/.github/workflows/deploy-android.yml
@@ -47,7 +47,7 @@ jobs:
with:
gradlePath: native/android/app/build.gradle
versionCode: ${{github.run_number}}
- versionName: "1.0.1"
+ versionName: "1.1.0"
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3.4.2
diff --git a/native/android/WhatsNew/whatsnew-en-US b/native/android/WhatsNew/whatsnew-en-US
index 83dfd0c64..fb0f98968 100644
--- a/native/android/WhatsNew/whatsnew-en-US
+++ b/native/android/WhatsNew/whatsnew-en-US
@@ -1,3 +1 @@
-Support login when accounts have multiple memberships.
-By default minimize the transfer bottom sheet.
-Light mode fix..
\ No newline at end of file
+New beta...
\ No newline at end of file
diff --git a/native/ios/GuardianGhost.xcodeproj/project.pbxproj b/native/ios/GuardianGhost.xcodeproj/project.pbxproj
index 9e4be452c..641e3d912 100644
--- a/native/ios/GuardianGhost.xcodeproj/project.pbxproj
+++ b/native/ios/GuardianGhost.xcodeproj/project.pbxproj
@@ -378,7 +378,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
- MARKETING_VERSION = 1.0.1;
+ MARKETING_VERSION = 1.1.0;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
@@ -414,7 +414,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
- MARKETING_VERSION = 1.0.1;
+ MARKETING_VERSION = 1.1.0;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
@@ -487,10 +487,7 @@
LIBRARY_SEARCH_PATHS = "$(SDKROOT)/usr/lib/swift\"$(inherited)\"";
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
- OTHER_LDFLAGS = (
- "$(inherited)",
- " ",
- );
+ OTHER_LDFLAGS = "$(inherited) ";
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
SDKROOT = iphoneos;
USE_HERMES = true;
@@ -544,10 +541,7 @@
);
LIBRARY_SEARCH_PATHS = "$(SDKROOT)/usr/lib/swift\"$(inherited)\"";
MTL_ENABLE_DEBUG_INFO = NO;
- OTHER_LDFLAGS = (
- "$(inherited)",
- " ",
- );
+ OTHER_LDFLAGS = "$(inherited) ";
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
SDKROOT = iphoneos;
USE_HERMES = true;
diff --git a/native/ios/GuardianGhost/Info.plist b/native/ios/GuardianGhost/Info.plist
index 5802f1322..73f1bc127 100644
--- a/native/ios/GuardianGhost/Info.plist
+++ b/native/ios/GuardianGhost/Info.plist
@@ -19,7 +19,7 @@
CFBundlePackageType
$(PRODUCT_BUNDLE_PACKAGE_TYPE)
CFBundleShortVersionString
- 1.0.1
+ 1.1.0
CFBundleSignature
????
CFBundleURLTypes
diff --git a/native/ios/TestFlight/WhatToTest.en-US.txt b/native/ios/TestFlight/WhatToTest.en-US.txt
index 9ded7928f..fb0f98968 100644
--- a/native/ios/TestFlight/WhatToTest.en-US.txt
+++ b/native/ios/TestFlight/WhatToTest.en-US.txt
@@ -1,4 +1 @@
-Support login when accounts have multiple memberships.
-By default minimize the transfer bottom sheet.
-Light mode fix.
-Turn off text accessibility scaling on iOS.
\ No newline at end of file
+New beta...
\ No newline at end of file