diff --git a/Example/Info.plist b/Example/Info.plist
index f154d07..ccc57ed 100644
--- a/Example/Info.plist
+++ b/Example/Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- 1.3.2
+ 1.3.3
CFBundleVersion
1
LSRequiresIPhoneOS
diff --git a/Info.plist b/Info.plist
index 3f7b1f3..0ec4fe6 100644
--- a/Info.plist
+++ b/Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
FMWK
CFBundleShortVersionString
- 1.3.2
+ 1.3.3
CFBundleVersion
$(CURRENT_PROJECT_VERSION)
diff --git a/PanSlip.podspec b/PanSlip.podspec
index d1581bd..3303d12 100644
--- a/PanSlip.podspec
+++ b/PanSlip.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "PanSlip"
- s.version = "1.3.2"
+ s.version = "1.3.3"
s.summary = "Use PanGesture to dismiss view on UIViewController and UIView."
s.homepage = "https://github.com/k-lpmg/PanSlip"
s.license = { :type => 'MIT', :file => 'LICENSE' }