Skip to content

Commit 5564fcb

Browse files
committed
Update Readme for 0.1.1
1 parent 832380d commit 5564fcb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ When you're integrating this into an app with Xcode then go to your project's Pa
6666
When you're integrating this using SPM on its own then add this to the list of dependencies your Package.swift file:
6767

6868
```swift
69-
.package(url: "https://github.com/samsonjs/NotificationSmuggler.git", .upToNextMajor(from: "0.1.0"))
69+
.package(url: "https://github.com/samsonjs/NotificationSmuggler.git", .upToNextMajor(from: "0.1.1"))
7070
```
7171

7272
and then add `"NotificationSmuggler"` to the list of dependencies in your target as well.

0 commit comments

Comments
 (0)