diff --git a/Makefile b/Makefile index e73c1409..50a7d10d 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/docs/mdbook/installation/swift.md b/docs/mdbook/installation/swift.md index 47ce4327..0f53c3a6 100644 --- a/docs/mdbook/installation/swift.md +++ b/docs/mdbook/installation/swift.md @@ -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):