From e548a7534c7260dc3c3716f4bbdafef456cee4a7 Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Sat, 26 Apr 2025 13:33:07 -0700 Subject: [PATCH] Bump version to 0.2 --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index c5bfd81..b4fd63b 100644 --- a/Readme.md +++ b/Readme.md @@ -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.