diff --git a/native/ReleaseNotes/whatsnew-en b/native/ReleaseNotes/whatsnew-en
index 8cbac24f2..1a737d136 100644
--- a/native/ReleaseNotes/whatsnew-en
+++ b/native/ReleaseNotes/whatsnew-en
@@ -7,4 +7,4 @@ Vault weapons and armor now have a separator icon when sorted by type.
The app will now remember which character and tab you were on when you restart the app.
Option to equip some items such as subclass was missing.
Ghosts would not update instantly when transferred.
-Fixed a few crashes.
\ No newline at end of file
+Fixed a few crashes..
\ No newline at end of file
diff --git a/native/android/WhatsNew/whatsnew-en-US b/native/android/WhatsNew/whatsnew-en-US
index d0220e979..ee73c5445 100644
--- a/native/android/WhatsNew/whatsnew-en-US
+++ b/native/android/WhatsNew/whatsnew-en-US
@@ -1,4 +1,4 @@
1.1.0
The 'transfer' buttons remember if you had them showing or not.
-If you don't like this there is now a setting where you can force them to show/hide permanently.
\ No newline at end of file
+If you don't like this there is now a setting where you can force them to show/hide permanently..
\ No newline at end of file
diff --git a/native/ios/GuardianGhost.xcodeproj/project.pbxproj b/native/ios/GuardianGhost.xcodeproj/project.pbxproj
index 0019833e0..a28653015 100644
--- a/native/ios/GuardianGhost.xcodeproj/project.pbxproj
+++ b/native/ios/GuardianGhost.xcodeproj/project.pbxproj
@@ -361,7 +361,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = GuardianGhost/GuardianGhost.entitlements;
- CURRENT_PROJECT_VERSION = 214;
+ CURRENT_PROJECT_VERSION = 215;
DEVELOPMENT_TEAM = X2Z8M625Y9;
ENABLE_BITCODE = NO;
GCC_PREPROCESSOR_DEFINITIONS = (
@@ -398,7 +398,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = GuardianGhost/GuardianGhost.entitlements;
- CURRENT_PROJECT_VERSION = 214;
+ CURRENT_PROJECT_VERSION = 215;
DEVELOPMENT_TEAM = X2Z8M625Y9;
INFOPLIST_FILE = GuardianGhost/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 13.4;
diff --git a/native/ios/GuardianGhost/Info.plist b/native/ios/GuardianGhost/Info.plist
index 443962773..2f4d68ea1 100644
--- a/native/ios/GuardianGhost/Info.plist
+++ b/native/ios/GuardianGhost/Info.plist
@@ -39,7 +39,7 @@
CFBundleVersion
- 214
+ 215
ITSAppUsesNonExemptEncryption
LSRequiresIPhoneOS
diff --git a/native/ios/TestFlight/WhatToTest.en-US.txt b/native/ios/TestFlight/WhatToTest.en-US.txt
index 8cbac24f2..1a737d136 100644
--- a/native/ios/TestFlight/WhatToTest.en-US.txt
+++ b/native/ios/TestFlight/WhatToTest.en-US.txt
@@ -7,4 +7,4 @@ Vault weapons and armor now have a separator icon when sorted by type.
The app will now remember which character and tab you were on when you restart the app.
Option to equip some items such as subclass was missing.
Ghosts would not update instantly when transferred.
-Fixed a few crashes.
\ No newline at end of file
+Fixed a few crashes..
\ No newline at end of file