We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e4cdb9 commit 44bbc8cCopy full SHA for 44bbc8c
README.md
@@ -19,7 +19,7 @@ The package can be installed by using Swift Package Manager.
19
To install using Swift Package Manager, add this to the `dependencies:` section in your Package.swift file:
20
21
```swift
22
-.package(url: "https://github.com/swhitty/swift-mutex.git", .upToNextMajor(from: "0.0.4"))
+.package(url: "https://github.com/swhitty/swift-mutex.git", .upToNextMajor(from: "0.0.5"))
23
```
24
25
# Usage
0 commit comments