From 2af1d2dea03176f31b59566cdd83ed7ce2eb3128 Mon Sep 17 00:00:00 2001 From: Valentin Kiselev Date: Wed, 18 Dec 2024 12:55:31 +0300 Subject: [PATCH] chore: update swift reference version --- Makefile | 1 + docs/mdbook/installation/swift.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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):