Skip to content

Commit 5e26f27

Browse files
authored
Update README to suggest v0.2.0 instead of v0.1.0
1 parent 1ecda35 commit 5e26f27

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
@@ -146,7 +146,7 @@ To install swift-async-queue in your iOS project with [Swift Package Manager](ht
146146

147147
```swift
148148
dependencies: [
149-
.package(url: "https://github.com/dfed/swift-async-queue", from: "0.1.0"),
149+
.package(url: "https://github.com/dfed/swift-async-queue", from: "0.2.0"),
150150
]
151151
```
152152

@@ -156,7 +156,7 @@ To install swift-async-queue in your iOS project with [CocoaPods](http://cocoapo
156156

157157
```
158158
platform :ios, '13.0'
159-
pod 'AsyncQueue', '~> 0.1.0'
159+
pod 'AsyncQueue', '~> 0.2.0'
160160
```
161161

162162
## Contributing

0 commit comments

Comments
 (0)