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"