Skip to content

Commit 16a4c37

Browse files
committed
Use 0.2.0 🔖 in installation instructions 📖
1 parent 6079b4c commit 16a4c37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ the [W3C Trace Context standard (Level 1)](https://www.w3.org/TR/2020/REC-trace-
1111
Add the following package dependency to your `Package.swift` file:
1212

1313
```swift
14-
.package(url: "https://github.com/slashmo/swift-w3c-trace-context", from: "0.1.0")
14+
.package(url: "https://github.com/slashmo/swift-w3c-trace-context", from: "0.2.0")
1515
```
1616

1717
Then, add the `W3CTraceContext` library as a product dependency to each target you want to use it in:

0 commit comments

Comments
 (0)