From 67249ae9c3c64b7b84030d64ae4c053bfca93579 Mon Sep 17 00:00:00 2001 From: hackiftekhar Date: Thu, 20 Oct 2016 01:34:55 +0530 Subject: [PATCH] Updated to 4.0.7 --- Demo/Objective_C_Demo/Resources/Info.plist | 2 +- Demo/Swift_Demo/Resources/Info.plist | 2 +- IQKeyboardManager.podspec.json | 6 +++--- IQKeyboardManagerSwift.podspec.json | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Demo/Objective_C_Demo/Resources/Info.plist b/Demo/Objective_C_Demo/Resources/Info.plist index 2432462..c466366 100755 --- a/Demo/Objective_C_Demo/Resources/Info.plist +++ b/Demo/Objective_C_Demo/Resources/Info.plist @@ -21,7 +21,7 @@ CFBundleSignature ???? CFBundleVersion - 4.0.6 + 4.0.7 LSRequiresIPhoneOS UIMainStoryboardFile diff --git a/Demo/Swift_Demo/Resources/Info.plist b/Demo/Swift_Demo/Resources/Info.plist index 7ccc940..6998cb7 100644 --- a/Demo/Swift_Demo/Resources/Info.plist +++ b/Demo/Swift_Demo/Resources/Info.plist @@ -21,7 +21,7 @@ CFBundleSignature ???? CFBundleVersion - 4.0.6 + 4.0.7 LSRequiresIPhoneOS UIMainStoryboardFile diff --git a/IQKeyboardManager.podspec.json b/IQKeyboardManager.podspec.json index a152697..4b7826b 100644 --- a/IQKeyboardManager.podspec.json +++ b/IQKeyboardManager.podspec.json @@ -1,9 +1,9 @@ { "name": "IQKeyboardManager", - "version": "4.0.6", + "version": "4.0.7", "source": { "git": "https://github.com/hackiftekhar/IQKeyboardManager.git", - "tag": "v4.0.6" + "tag": "v4.0.7" }, "summary": "Codeless drop-in universal library allows to prevent issues of keyboard sliding up and cover UITextField/UITextView.", "homepage": "https://github.com/hackiftekhar/IQKeyboardManager", @@ -23,4 +23,4 @@ "CoreGraphics" ], "requires_arc": true -} \ No newline at end of file +} diff --git a/IQKeyboardManagerSwift.podspec.json b/IQKeyboardManagerSwift.podspec.json index 4fe149d..82efd46 100644 --- a/IQKeyboardManagerSwift.podspec.json +++ b/IQKeyboardManagerSwift.podspec.json @@ -1,9 +1,9 @@ { "name": "IQKeyboardManagerSwift", - "version": "4.0.6", + "version": "4.0.7", "source": { "git": "https://github.com/hackiftekhar/IQKeyboardManager.git", - "tag": "v4.0.6" + "tag": "v4.0.7" }, "summary": "Codeless drop-in universal library allows to prevent issues of keyboard sliding up and cover UITextField/UITextView.", "homepage": "https://github.com/hackiftekhar/IQKeyboardManager",