From 1d598708c3647b5a441a881e1662c6d58e3d6357 Mon Sep 17 00:00:00 2001 From: Riley Testut Date: Tue, 20 Sep 2022 13:23:04 -0500 Subject: [PATCH] Updates app version to 1.6b2 --- AltStore.xcodeproj/project.pbxproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/AltStore.xcodeproj/project.pbxproj b/AltStore.xcodeproj/project.pbxproj index 8d25ff96..fbd57881 100644 --- a/AltStore.xcodeproj/project.pbxproj +++ b/AltStore.xcodeproj/project.pbxproj @@ -3408,8 +3408,8 @@ "$(PROJECT_DIR)/Dependencies/fragmentzip", "$(PROJECT_DIR)/Dependencies/libcurl", ); - MARKETING_VERSION = 1.6b1; PRODUCT_BUNDLE_IDENTIFIER = com.rileytestut.AltStore; + MARKETING_VERSION = 1.6b2; PRODUCT_NAME = "$(TARGET_NAME)"; PROVISIONING_PROFILE_SPECIFIER = ""; SWIFT_OBJC_BRIDGING_HEADER = "AltStore/AltStore-Bridging-Header.h"; @@ -3442,8 +3442,8 @@ "$(PROJECT_DIR)/Dependencies/fragmentzip", "$(PROJECT_DIR)/Dependencies/libcurl", ); - MARKETING_VERSION = 1.6b1; PRODUCT_BUNDLE_IDENTIFIER = com.rileytestut.AltStore; + MARKETING_VERSION = 1.6b2; PRODUCT_NAME = "$(TARGET_NAME)"; PROVISIONING_PROFILE_SPECIFIER = ""; SWIFT_OBJC_BRIDGING_HEADER = "AltStore/AltStore-Bridging-Header.h";