diff --git a/gradle/app.versions.toml b/gradle/app.versions.toml
index cfdbadc56f..4236efc3a8 100644
--- a/gradle/app.versions.toml
+++ b/gradle/app.versions.toml
@@ -3,4 +3,4 @@ minSdk = '24'
targetSdk = '33'
compileSdk = '33'
versionName = '1.50'
-versionCode = '312'
\ No newline at end of file
+versionCode = '313'
\ No newline at end of file
diff --git a/iosHyperskillApp/NotificationServiceExtension/Info.plist b/iosHyperskillApp/NotificationServiceExtension/Info.plist
index c6335e9928..a9c45af5e9 100644
--- a/iosHyperskillApp/NotificationServiceExtension/Info.plist
+++ b/iosHyperskillApp/NotificationServiceExtension/Info.plist
@@ -9,7 +9,7 @@
CFBundleIdentifier
$(PRODUCT_BUNDLE_IDENTIFIER)
CFBundleVersion
- 313
+ 314
CFBundleShortVersionString
1.50
CFBundlePackageType
diff --git a/iosHyperskillApp/iosHyperskillApp.xcodeproj/project.pbxproj b/iosHyperskillApp/iosHyperskillApp.xcodeproj/project.pbxproj
index 26fcc0fcf3..3a1db3d933 100644
--- a/iosHyperskillApp/iosHyperskillApp.xcodeproj/project.pbxproj
+++ b/iosHyperskillApp/iosHyperskillApp.xcodeproj/project.pbxproj
@@ -4985,7 +4985,7 @@
buildSettings = {
CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
CODE_SIGN_STYLE = Automatic;
- CURRENT_PROJECT_VERSION = 313;
+ CURRENT_PROJECT_VERSION = 314;
DEBUG_INFORMATION_FORMAT = dwarf;
DEVELOPMENT_TEAM = 3DWS674B2M;
GENERATE_INFOPLIST_FILE = NO;
@@ -5006,7 +5006,7 @@
buildSettings = {
CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
CODE_SIGN_STYLE = Automatic;
- CURRENT_PROJECT_VERSION = 313;
+ CURRENT_PROJECT_VERSION = 314;
DEVELOPMENT_TEAM = 3DWS674B2M;
GENERATE_INFOPLIST_FILE = NO;
INFOPLIST_FILE = iosHyperskillAppUITests/Info.plist;
@@ -5027,7 +5027,7 @@
BUNDLE_LOADER = "$(TEST_HOST)";
CLANG_CXX_LANGUAGE_STANDARD = "gnu++17";
CODE_SIGN_STYLE = Automatic;
- CURRENT_PROJECT_VERSION = 313;
+ CURRENT_PROJECT_VERSION = 314;
DEBUG_INFORMATION_FORMAT = dwarf;
DEVELOPMENT_TEAM = 3DWS674B2M;
INFOPLIST_FILE = iosHyperskillAppTests/Info.plist;
@@ -5048,7 +5048,7 @@
BUNDLE_LOADER = "$(TEST_HOST)";
CLANG_CXX_LANGUAGE_STANDARD = "gnu++17";
CODE_SIGN_STYLE = Automatic;
- CURRENT_PROJECT_VERSION = 313;
+ CURRENT_PROJECT_VERSION = 314;
DEVELOPMENT_TEAM = 3DWS674B2M;
INFOPLIST_FILE = iosHyperskillAppTests/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
@@ -5069,7 +5069,7 @@
CODE_SIGN_ENTITLEMENTS = NotificationServiceExtension/NotificationServiceExtension.entitlements;
CODE_SIGN_IDENTITY = "iPhone Developer";
CODE_SIGN_STYLE = Automatic;
- CURRENT_PROJECT_VERSION = 313;
+ CURRENT_PROJECT_VERSION = 314;
DEBUG_INFORMATION_FORMAT = dwarf;
DEVELOPMENT_TEAM = 3DWS674B2M;
INFOPLIST_FILE = NotificationServiceExtension/Info.plist;
@@ -5097,7 +5097,7 @@
CODE_SIGN_ENTITLEMENTS = NotificationServiceExtension/NotificationServiceExtension.entitlements;
CODE_SIGN_IDENTITY = "iPhone Developer";
CODE_SIGN_STYLE = Automatic;
- CURRENT_PROJECT_VERSION = 313;
+ CURRENT_PROJECT_VERSION = 314;
DEVELOPMENT_TEAM = 3DWS674B2M;
INFOPLIST_FILE = NotificationServiceExtension/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
@@ -5242,7 +5242,7 @@
CODE_SIGN_ENTITLEMENTS = iosHyperskillApp/iosHyperskillApp.entitlements;
CODE_SIGN_IDENTITY = "iPhone Developer";
CODE_SIGN_STYLE = Automatic;
- CURRENT_PROJECT_VERSION = 313;
+ CURRENT_PROJECT_VERSION = 314;
DEVELOPMENT_ASSET_PATHS = "\"iosHyperskillApp/Preview Content\"";
DEVELOPMENT_TEAM = 3DWS674B2M;
ENABLE_PREVIEWS = YES;
@@ -5278,7 +5278,7 @@
CODE_SIGN_ENTITLEMENTS = iosHyperskillApp/iosHyperskillApp.entitlements;
CODE_SIGN_IDENTITY = "iPhone Developer";
CODE_SIGN_STYLE = Automatic;
- CURRENT_PROJECT_VERSION = 313;
+ CURRENT_PROJECT_VERSION = 314;
DEVELOPMENT_ASSET_PATHS = "\"iosHyperskillApp/Preview Content\"";
DEVELOPMENT_TEAM = 3DWS674B2M;
ENABLE_PREVIEWS = YES;
diff --git a/iosHyperskillApp/iosHyperskillApp/Info.plist b/iosHyperskillApp/iosHyperskillApp/Info.plist
index 9b780f9948..bcb55d32ee 100644
--- a/iosHyperskillApp/iosHyperskillApp/Info.plist
+++ b/iosHyperskillApp/iosHyperskillApp/Info.plist
@@ -36,7 +36,7 @@
CFBundleVersion
- 313
+ 314
FirebaseAppDelegateProxyEnabled
FirebaseMessagingAutoInitEnabled
diff --git a/iosHyperskillApp/iosHyperskillAppTests/Info.plist b/iosHyperskillApp/iosHyperskillAppTests/Info.plist
index 8609e7a198..4ec6aee5e7 100644
--- a/iosHyperskillApp/iosHyperskillAppTests/Info.plist
+++ b/iosHyperskillApp/iosHyperskillAppTests/Info.plist
@@ -15,6 +15,6 @@
CFBundleShortVersionString
1.50
CFBundleVersion
- 313
+ 314
diff --git a/iosHyperskillApp/iosHyperskillAppUITests/Info.plist b/iosHyperskillApp/iosHyperskillAppUITests/Info.plist
index 37ddbadc22..6023249d04 100644
--- a/iosHyperskillApp/iosHyperskillAppUITests/Info.plist
+++ b/iosHyperskillApp/iosHyperskillAppUITests/Info.plist
@@ -15,6 +15,6 @@
CFBundleShortVersionString
1.50
CFBundleVersion
- 313
+ 314