Skip to content

Commit

Permalink
chore: update swift reference version
Browse files Browse the repository at this point in the history
  • Loading branch information
mrexox committed Dec 18, 2024
1 parent c8980b6 commit 2af1d2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,6 @@ version:
sed -i "s/const version = .*/const version = \"$$version\"/" internal/version/version.go
sed -i "s/VERSION = .*/VERSION = \"$$version\"/" packaging/pack.rb
sed -i "s/lefthook-plugin.git\", exact: \".*\"/lefthook-plugin.git\", exact: \"$$version\"/" docs/install.md
sed -i "s/lefthook-plugin.git\", exact: \".*\"/lefthook-plugin.git\", exact: \"$$version\"/" docs/mdbook/installation/swift.md
ruby packaging/pack.rb clean set_version
git add internal/version/version.go packaging/* docs/install.md
2 changes: 1 addition & 1 deletion docs/mdbook/installation/swift.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ You can find the Swift wrapper plugin [here](https://github.com/csjones/lefthook
Utilize lefthook in your Swift project using Swift Package Manager:

```swift
.package(url: "https://github.com/csjones/lefthook-plugin.git", exact: "1.9.2"),
.package(url: "https://github.com/csjones/lefthook-plugin.git", exact: "1.9.3"),
```

Or, with [mint](https://github.com/yonaskolb/Mint):
Expand Down

0 comments on commit 2af1d2d

Please sign in to comment.