Skip to content

Commit

Permalink
Set version in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
emorydunn committed Sep 19, 2024
1 parent c59030f commit 3468db4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ To use the `StreamDeck` library in a SwiftPM project,
add the following line to the dependencies in your `Package.swift` file:
```swift
.package(url: "https://github.com/emorydunn/StreamDeckPlugin.git", branch: "main"),
.package(url: "https://github.com/emorydunn/StreamDeckPlugin.git", from: "0.5.0"),
```
Finally, include `"StreamDeck"` as a dependency for your executable target:
Expand All @@ -312,7 +312,7 @@ let package = Package(
// name, products, etc.
platforms: [.macOS(.v11)],
dependencies: [
.package(url: "https://github.com/emorydunn/StreamDeckPlugin.git", branch: "main"),
.package(url: "https://github.com/emorydunn/StreamDeckPlugin.git", from: "0.5.0"),
// other dependencies
],
targets: [
Expand Down

0 comments on commit 3468db4

Please sign in to comment.