Update instalation instructions for 0.2.0 📖

This commit is contained in:
Moritz Lang 2020-08-05 16:59:07 +02:00
parent caa867b50f
commit f40186b887
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"
)
]
```