Skip to content

Commit d622d32

Browse files
authored
Update Readme.md
1 parent ef4083d commit d622d32

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ The only way to install this package is with Swift Package Manager (SPM). Please
101101

102102
### Supported Platforms
103103

104-
This package is supported on iOS 18.0+ and macOS 15.0+.
104+
This package is supported on iOS 17.0+ and macOS 14.0+.
105105

106106
### Xcode
107107

@@ -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.2.1"))
115+
.package(url: "https://github.com/samsonjs/AsyncMonitor.git", .upToNextMajor(from: "0.3.1"))
116116
```
117117

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

0 commit comments

Comments
 (0)