Skip to content

Commit 5e15518

Browse files
committed
Bump 8.0.2
1 parent dff5c20 commit 5e15518

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

IQKeyboardManagerSwift.podspec.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "IQKeyboardManagerSwift",
3-
"version": "8.0.1",
3+
"version": "8.0.2",
44
"source": {
55
"git": "https://github.com/hackiftekhar/IQKeyboardManager.git",
6-
"tag": "8.0.1"
6+
"tag": "8.0.2"
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",

Package.swift

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ let package = Package(
1414
)
1515
],
1616
dependencies: [
17-
.package(url: "https://github.com/hackiftekhar/IQKeyboardNotification.git", from: "1.0.5"),
18-
.package(url: "https://github.com/hackiftekhar/IQTextInputViewNotification.git", from: "1.0.8"),
19-
.package(url: "https://github.com/hackiftekhar/IQKeyboardToolbarManager.git", from: "1.1.3"),
20-
.package(url: "https://github.com/hackiftekhar/IQKeyboardReturnManager.git", from: "1.0.5"),
17+
.package(url: "https://github.com/hackiftekhar/IQKeyboardNotification.git", from: "1.0.6"),
18+
.package(url: "https://github.com/hackiftekhar/IQTextInputViewNotification.git", from: "1.0.9"),
19+
.package(url: "https://github.com/hackiftekhar/IQKeyboardToolbarManager.git", from: "1.1.4"),
20+
.package(url: "https://github.com/hackiftekhar/IQKeyboardReturnManager.git", from: "1.0.6"),
2121
.package(url: "https://github.com/hackiftekhar/IQTextView.git", from: "1.0.5")
2222
],
2323
targets: [

0 commit comments

Comments
 (0)