Skip to content

Commit

Permalink
📚 Update README for release
Browse files Browse the repository at this point in the history
  • Loading branch information
ValentinWalter authored May 25, 2021
1 parent 88e0771 commit ca55710
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ Middleman is a [Swift Package](https://swift.org/package-manager/). Write this i
let package = Package(
...
dependencies: [
.package(url: "https://github.com/ValentinWalter/middleman.git", .branch("pre-release"))
.package(url: "https://github.com/ValentinWalter/middleman.git", from: "1.0.0")
],
...
)
Expand Down

0 comments on commit ca55710

Please sign in to comment.