From d622d32134e6f4bfa5de3f0cd3a33a98a8154b7a Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Sun, 25 May 2025 17:45:29 -0700 Subject: [PATCH] Update Readme.md --- Readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index 752f53b..ba80cdd 100644 --- a/Readme.md +++ b/Readme.md @@ -101,7 +101,7 @@ The only way to install this package is with Swift Package Manager (SPM). Please ### Supported Platforms -This package is supported on iOS 18.0+ and macOS 15.0+. +This package is supported on iOS 17.0+ and macOS 14.0+. ### Xcode @@ -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.2.1")) +.package(url: "https://github.com/samsonjs/AsyncMonitor.git", .upToNextMajor(from: "0.3.1")) ``` and then add `"AsyncMonitor"` to the list of dependencies in your target as well.