Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hainayanda authored Dec 6, 2024
1 parent b8f8d6a commit cd464c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: **<https://github.com/hainayanda/SwiftEnvironment.git>**
- 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)
Expand All @@ -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"))
]
```

Expand Down

0 comments on commit cd464c3

Please sign in to comment.