Skip to content

Commit e548a75

Browse files
committed
Bump version to 0.2
1 parent 7d1e456 commit e548a75

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
@@ -112,7 +112,7 @@ When you're integrating this into an app with Xcode then go to your project's Pa
112112
When you're integrating this using SPM on its own then add this to the list of dependencies your Package.swift file:
113113

114114
```swift
115-
.package(url: "https://github.com/samsonjs/AsyncMonitor.git", .upToNextMajor(from: "0.1.1"))
115+
.package(url: "https://github.com/samsonjs/AsyncMonitor.git", .upToNextMajor(from: "0.2"))
116116
```
117117

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

0 commit comments

Comments
 (0)