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",