Skip to content

Commit d693a43

Browse files
committed
Update README.md
1 parent 1ed2f6a commit d693a43

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ Package requires iOS 13, watchOS 6 and Xcode 11.
1818

1919
For Swift Package Manager add the following package to your Package.swift:
2020
```swift
21-
.package(url: "https://github.com/fredyshox/PageView.git", .upToNextMajor(from: "1.3.0")),
21+
.package(url: "https://github.com/fredyshox/PageView.git", .upToNextMajor(from: "1.3.1")),
2222
```
2323

2424
### Carthage
2525

2626

2727
Carthage is also supported, add FormView by adding to Cartfile:
2828
```
29-
github "fredyshox/PageView" ~> 1.3.0
29+
github "fredyshox/PageView" ~> 1.3.1
3030
```
3131

3232
## Demo

0 commit comments

Comments
 (0)