From 39895af5d87eee2656dd5527c61adadfe4a637ad Mon Sep 17 00:00:00 2001 From: Ryu <87907656+Ryu0118@users.noreply.github.com> Date: Mon, 2 Oct 2023 16:18:41 +0900 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 692621c..69a2943 100644 --- a/README.md +++ b/README.md @@ -51,5 +51,5 @@ public extension DependencyValues { ## Installation This library can only be installed from swift package manager. ```Swift -.package(url: "https://github.com/Ryu0118/swift-dependencies-macro", from: "0.2.0") +.package(url: "https://github.com/Ryu0118/swift-dependencies-macro", from: "0.2.1") ```