Merge pull request #15 from slashmo/release/0.2.0

Update instalation instructions for 0.2.0 📖
This commit is contained in:
Konrad `ktoso` Malawski 2020-08-06 14:07:01 +09:00 committed by GitHub
commit 71ef108097
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -15,9 +15,9 @@ You can install the `BaggageContext` library through the Swift Package Manager.
```swift
dependencies: [
.package(
name: "swift-baggage-context",
url: "https://github.com/slashmo/gsoc-swift-baggage-context.git",
from: "0.1.0"
name: "swift-baggage-context",
url: "https://github.com/slashmo/gsoc-swift-baggage-context.git",
from: "0.2.0"
)
]
```