Skip to content

Commit 8787a7f

Browse files
authored
Update README.md
Fixes tag name (still unreleased)
1 parent 13c0c7f commit 8787a7f

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
@@ -10,7 +10,7 @@ SwiftShortcuts is distributed using the [Swift Package Manager](https://swift.or
1010
let package = Package(
1111
...
1212
dependencies: [
13-
.package(url: "https://github.com/a2/swift-shortcuts.git", from: "0.1.0")
13+
.package(url: "https://github.com/a2/swift-shortcuts.git", from: "1.0.0")
1414
],
1515
...
1616
)

0 commit comments

Comments
 (0)