diff --git a/Demo/Objective_C_Demo/Resources/Info.plist b/Demo/Objective_C_Demo/Resources/Info.plist
index 736e38fa..bac742c0 100755
--- a/Demo/Objective_C_Demo/Resources/Info.plist
+++ b/Demo/Objective_C_Demo/Resources/Info.plist
@@ -21,7 +21,7 @@
CFBundleSignature
????
CFBundleVersion
- 3.3.3.1
+ 3.3.4
LSRequiresIPhoneOS
UIMainStoryboardFile
diff --git a/Demo/Swift_Demo/Resources/Info.plist b/Demo/Swift_Demo/Resources/Info.plist
index b4f3e52d..2652b702 100644
--- a/Demo/Swift_Demo/Resources/Info.plist
+++ b/Demo/Swift_Demo/Resources/Info.plist
@@ -19,7 +19,7 @@
CFBundleSignature
????
CFBundleVersion
- 3.3.3.1
+ 3.3.4
LSRequiresIPhoneOS
UIMainStoryboardFile
diff --git a/IQKeyboardManager.podspec b/IQKeyboardManager.podspec
index 317e77ff..9a74d18f 100644
--- a/IQKeyboardManager.podspec
+++ b/IQKeyboardManager.podspec
@@ -1,13 +1,13 @@
Pod::Spec.new do |s|
s.name = "IQKeyboardManager"
- s.version = "3.3.3.1"
+ s.version = "3.3.4"
s.summary = "Codeless drop-in universal library allows to prevent issues of keyboard sliding up and cover UITextField/UITextView."
s.homepage = "https://github.com/hackiftekhar/IQKeyboardManager"
s.screenshots = "https://raw.githubusercontent.com/hackiftekhar/IQKeyboardManager/master/Screenshot/IQKeyboardManagerScreenshot.png"
s.license = 'MIT'
s.author = { "Iftekhar Qurashi" => "hack.iftekhar@gmail.com" }
s.platform = :ios, '5.0'
- s.source = { :git => "https://github.com/hackiftekhar/IQKeyboardManager.git", :tag => "v3.3.3.1" }
+ s.source = { :git => "https://github.com/hackiftekhar/IQKeyboardManager.git", :tag => "v3.3.4" }
s.source_files = 'Classes', 'IQKeyBoardManager/**/*.{h,m}'
s.resources = "IQKeyBoardManager/Resources/IQKeyboardManager.bundle"
s.requires_arc = true
diff --git a/IQKeyboardManagerSwift.podspec b/IQKeyboardManagerSwift.podspec
index f4fe320f..af1f919f 100644
--- a/IQKeyboardManagerSwift.podspec
+++ b/IQKeyboardManagerSwift.podspec
@@ -1,13 +1,13 @@
Pod::Spec.new do |s|
s.name = "IQKeyboardManagerSwift"
- s.version = "3.3.3.1"
+ s.version = "3.3.4"
s.summary = "Codeless drop-in universal library allows to prevent issues of keyboard sliding up and cover UITextField/UITextView."
s.homepage = "https://github.com/hackiftekhar/IQKeyboardManager"
s.screenshots = "https://raw.githubusercontent.com/hackiftekhar/IQKeyboardManager/master/Screenshot/IQKeyboardManagerScreenshot.png"
s.license = 'MIT'
s.author = { "Iftekhar Qurashi" => "hack.iftekhar@gmail.com" }
s.platform = :ios, '8.0'
- s.source = { :git => "https://github.com/hackiftekhar/IQKeyboardManager.git", :tag => "v3.3.3.1" }
+ s.source = { :git => "https://github.com/hackiftekhar/IQKeyboardManager.git", :tag => "v3.3.4" }
s.source_files = 'Classes', 'IQKeyboardManagerSwift/**/*.{swift}'
s.resources = "IQKeyboardManagerSwift/Resources/IQKeyboardManager.bundle"
s.requires_arc = true