Skip to content

Commit 555472f

Browse files
committed
- Updated IQKeyboardToolbarManager version in Package.swift
1 parent 809bc33 commit 555472f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: IQKeyboardManagerSwift.podspec.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "IQKeyboardManagerSwift",
3-
"version": "8.0.0",
3+
"version": "8.0.1",
44
"source": {
55
"git": "https://github.com/hackiftekhar/IQKeyboardManager.git",
6-
"tag": "8.0.0"
6+
"tag": "8.0.1"
77
},
88
"summary": "Codeless drop-in universal library allows to prevent issues of keyboard sliding up and cover UITextField/UITextView.",
99
"homepage": "https://github.com/hackiftekhar/IQKeyboardManager",

Diff for: Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ let package = Package(
1616
dependencies: [
1717
.package(url: "https://github.com/hackiftekhar/IQKeyboardNotification.git", from: "1.0.5"),
1818
.package(url: "https://github.com/hackiftekhar/IQTextInputViewNotification.git", from: "1.0.8"),
19-
.package(url: "https://github.com/hackiftekhar/IQKeyboardToolbarManager.git", from: "1.1.1"),
19+
.package(url: "https://github.com/hackiftekhar/IQKeyboardToolbarManager.git", from: "1.1.3"),
2020
.package(url: "https://github.com/hackiftekhar/IQKeyboardReturnManager.git", from: "1.0.5"),
2121
.package(url: "https://github.com/hackiftekhar/IQTextView.git", from: "1.0.5")
2222
],

0 commit comments

Comments
 (0)