From 482e50b6bae166e342e88fe039af260d5dfd89c3 Mon Sep 17 00:00:00 2001 From: Terry Yiu <963907+tyiu@users.noreply.github.com> Date: Sun, 30 Mar 2025 23:05:34 -0400 Subject: [PATCH] Update version to v1.2.0 --- Darwin/SatsPrice.xcodeproj/project.pbxproj | 8 ++++---- Skip.env | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Darwin/SatsPrice.xcodeproj/project.pbxproj b/Darwin/SatsPrice.xcodeproj/project.pbxproj index 3344790..8ca19ab 100644 --- a/Darwin/SatsPrice.xcodeproj/project.pbxproj +++ b/Darwin/SatsPrice.xcodeproj/project.pbxproj @@ -199,7 +199,7 @@ 499CD4422AC5B799001AE8D8 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { - CURRENT_PROJECT_VERSION = 9; + CURRENT_PROJECT_VERSION = 10; DEVELOPMENT_TEAM = S99A5B637C; ENABLE_APP_SANDBOX = YES; ENABLE_PREVIEWS = YES; @@ -207,14 +207,14 @@ INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.utilities"; LD_RUNPATH_SEARCH_PATHS = "@executable_path/Frameworks"; "LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "@executable_path/../Frameworks"; - MARKETING_VERSION = 1.1.0; + MARKETING_VERSION = 1.2.0; }; name = Debug; }; 499CD4432AC5B799001AE8D8 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { - CURRENT_PROJECT_VERSION = 9; + CURRENT_PROJECT_VERSION = 10; DEVELOPMENT_TEAM = S99A5B637C; ENABLE_APP_SANDBOX = YES; ENABLE_PREVIEWS = YES; @@ -222,7 +222,7 @@ INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.utilities"; LD_RUNPATH_SEARCH_PATHS = "@executable_path/Frameworks"; "LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "@executable_path/../Frameworks"; - MARKETING_VERSION = 1.1.0; + MARKETING_VERSION = 1.2.0; }; name = Release; }; diff --git a/Skip.env b/Skip.env index c4877a4..da235c2 100644 --- a/Skip.env +++ b/Skip.env @@ -11,10 +11,10 @@ PRODUCT_NAME = SatsPrice PRODUCT_BUNDLE_IDENTIFIER = xyz.tyiu.SatsPrice // The semantic version of the app -MARKETING_VERSION = 1.1.0 +MARKETING_VERSION = 1.2.0 // The build number specifying the internal app version -CURRENT_PROJECT_VERSION = 9 +CURRENT_PROJECT_VERSION = 10 // The package name for the Android entry point, referenced by the AndroidManifest.xml ANDROID_PACKAGE_NAME = sats.price