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

Commit 71ef108

Browse files
authored
Merge pull request #15 from slashmo/release/0.2.0
Update instalation instructions for 0.2.0 📖
2 parents caa867b + f40186b commit 71ef108

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ You can install the `BaggageContext` library through the Swift Package Manager.
1515
```swift
1616
dependencies: [
1717
.package(
18-
name: "swift-baggage-context",
19-
url: "https://github.com/slashmo/gsoc-swift-baggage-context.git",
20-
from: "0.1.0"
18+
name: "swift-baggage-context",
19+
url: "https://github.com/slashmo/gsoc-swift-baggage-context.git",
20+
from: "0.2.0"
2121
)
2222
]
2323
```

0 commit comments

Comments
 (0)