Skip to content

Commit 57f3ffd

Browse files
committed
Set version in docs
Signed-off-by: Emory Dunn <[email protected]>
1 parent 1fa3f93 commit 57f3ffd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ To use the `StreamDeck` library in a SwiftPM project,
365365
add the following line to the dependencies in your `Package.swift` file:
366366

367367
```swift
368-
.package(url: "https://github.com/emorydunn/StreamDeckPlugin.git", from: "0.5.0"),
368+
.package(url: "https://github.com/emorydunn/StreamDeckPlugin.git", from: "0.6.0"),
369369
```
370370

371371
Finally, include `"StreamDeck"` as a dependency for your executable target:
@@ -375,7 +375,7 @@ let package = Package(
375375
// name, products, etc.
376376
platforms: [.macOS(.v11)],
377377
dependencies: [
378-
.package(url: "https://github.com/emorydunn/StreamDeckPlugin.git", from: "0.5.0"),
378+
.package(url: "https://github.com/emorydunn/StreamDeckPlugin.git", from: "0.6.0"),
379379
// other dependencies
380380
],
381381
targets: [

0 commit comments

Comments
 (0)