Skip to content

Commit 7057d23

Browse files
committed
0.1.2
1 parent 5564fcb commit 7057d23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.1"))
69+
.package(url: "https://github.com/samsonjs/NotificationSmuggler.git", .upToNextMajor(from: "0.1.2"))
7070
```
7171

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

0 commit comments

Comments
 (0)