File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -365,7 +365,7 @@ To use the `StreamDeck` library in a SwiftPM project,
365365add 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
371371Finally, 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: [
You can’t perform that action at this time.
0 commit comments