Bump version to 0.2

This commit is contained in:
Sami Samhuri 2025-04-26 13:33:07 -07:00
parent 7d1e4564ff
commit e548a7534c
No known key found for this signature in database

View file

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