Skip to content
This repository has been archived by the owner on Apr 23, 2021. It is now read-only.

Commit

Permalink
Merge pull request #15 from slashmo/release/0.2.0
Browse files Browse the repository at this point in the history
Update instalation instructions for 0.2.0 📖
  • Loading branch information
ktoso authored Aug 6, 2020
2 parents caa867b + f40186b commit 71ef108
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)
]
```
Expand Down

0 comments on commit 71ef108

Please sign in to comment.