We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d1e456 commit e548a75Copy full SHA for e548a75
Readme.md
@@ -112,7 +112,7 @@ When you're integrating this into an app with Xcode then go to your project's Pa
112
When you're integrating this using SPM on its own then add this to the list of dependencies your Package.swift file:
113
114
```swift
115
-.package(url: "https://github.com/samsonjs/AsyncMonitor.git", .upToNextMajor(from: "0.1.1"))
+.package(url: "https://github.com/samsonjs/AsyncMonitor.git", .upToNextMajor(from: "0.2"))
116
```
117
118
and then add `"AsyncMonitor"` to the list of dependencies in your target as well.
0 commit comments