From 357a72be0060765a8e93b9a70b283fc63c75f4a9 Mon Sep 17 00:00:00 2001 From: Econa77 Date: Sat, 14 Oct 2023 03:43:28 +0900 Subject: [PATCH] Bump version to v2.1.0 --- Lib/Screeen.xcodeproj/project.pbxproj | 2 ++ Lib/Screeen/Info.plist | 2 +- Screeen.podspec | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Lib/Screeen.xcodeproj/project.pbxproj b/Lib/Screeen.xcodeproj/project.pbxproj index 9942291..fa6e473 100644 --- a/Lib/Screeen.xcodeproj/project.pbxproj +++ b/Lib/Screeen.xcodeproj/project.pbxproj @@ -274,6 +274,7 @@ GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; MACOSX_DEPLOYMENT_TARGET = 10.13; + MARKETING_VERSION = 2.1.0; MTL_ENABLE_DEBUG_INFO = YES; ONLY_ACTIVE_ARCH = YES; SDKROOT = macosx; @@ -328,6 +329,7 @@ GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; MACOSX_DEPLOYMENT_TARGET = 10.13; + MARKETING_VERSION = 2.1.0; MTL_ENABLE_DEBUG_INFO = NO; SDKROOT = macosx; SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; diff --git a/Lib/Screeen/Info.plist b/Lib/Screeen/Info.plist index da3fcd4..7037867 100644 --- a/Lib/Screeen/Info.plist +++ b/Lib/Screeen/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 2.0.1 + $(MARKETING_VERSION) CFBundleSignature ???? CFBundleVersion diff --git a/Screeen.podspec b/Screeen.podspec index ea5199f..37de133 100644 --- a/Screeen.podspec +++ b/Screeen.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "Screeen" - s.version = "2.0.1" + s.version = "2.1.0" s.summary = "Observe user screen shot event in macOS." s.license = { :type => 'MIT', :file => 'LICENSE' } s.homepage = "https://github.com/Clipy/Screeen"