From cd464c355c1e0ef1ffc52833bd6bbaec25f691be Mon Sep 17 00:00:00 2001 From: Nayanda Haberty Date: Fri, 6 Dec 2024 21:41:34 +0700 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5de5ffe..5149744 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ To install using Xcode's Swift Package Manager, follow these steps: - Go to **File > Swift Package > Add Package Dependency** - Enter the URL: **** -- Choose **Up to Next Major** for the version rule and set the version to **2.2.0**. +- Choose **Up to Next Major** for the version rule and set the version to **2.3.0**. - Click "Next" and wait for the package to be fetched. ### Swift Package Manager (Package.swift) @@ -33,7 +33,7 @@ If you prefer using Package.swift, add SwiftEnvironment as a dependency in your ```swift dependencies: [ - .package(url: "https://github.com/hainayanda/SwiftEnvironment.git", .upToNextMajor(from: "2.2.0")) + .package(url: "https://github.com/hainayanda/SwiftEnvironment.git", .upToNextMajor(from: "2.3.0")) ] ```