From 9299b40774ad9145471e47723a7d636d41b79951 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Galen=20O=E2=80=99Hanlon?= Date: Thu, 14 Dec 2023 21:50:17 -0800 Subject: [PATCH] Update README to specify version 0.3.0 in installation section --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eb4145e..eb71bea 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ To use MemberwiseInit: ```swift dependencies: [ - .package(url: "https://github.com/gohanlon/swift-memberwise-init-macro", from: "0.2.0") + .package(url: "https://github.com/gohanlon/swift-memberwise-init-macro", from: "0.3.0") ] ```