From 9293ff4125d72cc6b5fc41fc93291a19260b3d64 Mon Sep 17 00:00:00 2001 From: Takeshi Shimada Date: Fri, 5 Sep 2025 04:23:37 +0900 Subject: [PATCH] chore: prepare for 1.7.4 release --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7adf1a56b..7e665b2b6 100644 --- a/README.md +++ b/README.md @@ -227,7 +227,7 @@ Add the dependency to your Package.swift file: ```swift dependencies: [ - .package(url: "https://github.com/takeshishimada/Lockman", from: "1.7.3") + .package(url: "https://github.com/takeshishimada/Lockman", from: "1.7.4") ] ``` @@ -258,6 +258,7 @@ Add the dependency to your target: | Lockman | The Composable Architecture | |---------|----------------------------| +| 1.7.4 | 1.22.2 | | 1.7.3 | 1.22.1 | | 1.7.2 | 1.22.1 | | 1.7.1 | 1.22.0 |