Skip to content

Commit 6498bdb

Browse files
authored
Update installation.md (#134)
* Update installation.md * Update installation.md
1 parent 10e8c65 commit 6498bdb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

documentation/installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Add **AppState** to the `dependencies` section of your `Package.swift` file:
1212

1313
```swift
1414
dependencies: [
15-
.package(url: "https://github.com/0xLeif/AppState.git", from: "2.1.3")
15+
.package(url: "https://github.com/0xLeif/AppState.git", from: "2.2.0")
1616
]
1717
```
1818

@@ -65,7 +65,7 @@ Then click "Next."
6565

6666
### Step 4: Specify the Version
6767

68-
Choose the version you wish to use. It's recommended to select the "Up to Next Major Version" option and specify `2.1.3` as the lower bound. Then click "Next."
68+
Choose the version you wish to use. It's recommended to select the "Up to Next Major Version" option and specify `2.0.0` as the lower bound. Then click "Next."
6969

7070
### Step 5: Add the Package
7171

0 commit comments

Comments
 (0)