Skip to content

Commit 6b03e2f

Browse files
refactor: update package version in Package.swift
1 parent 7da3d4c commit 6b03e2f

4 files changed

Lines changed: 2 additions & 2 deletions

File tree

Example App/AppImport/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ let package = Package(
1111
targets: ["AppImport"]),
1212
],
1313
dependencies: [
14-
.package(url: "https://github.com/htmlprogrammist/EmojiPicker", .upToNextMajor(from: "2.0.2"))
14+
.package(url: "https://github.com/htmlprogrammist/EmojiPicker", .upToNextMajor(from: "2.1.1"))
1515
],
1616
targets: [
1717
.target(

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Once you have your Swift package set up, adding as a dependency is as easy as ad
1919

2020
```swift
2121
dependencies: [
22-
.package(url: "https://github.com/htmlprogrammist/EmojiPicker", .upToNextMajor(from: "2.0.2"))
22+
.package(url: "https://github.com/htmlprogrammist/EmojiPicker", .upToNextMajor(from: "2.1.1"))
2323
]
2424
```
2525

0 commit comments

Comments
 (0)