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")) ] ```