We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ed2f6a commit d693a43Copy full SHA for d693a43
1 file changed
README.md
@@ -18,15 +18,15 @@ Package requires iOS 13, watchOS 6 and Xcode 11.
18
19
For Swift Package Manager add the following package to your Package.swift:
20
```swift
21
-.package(url: "https://github.com/fredyshox/PageView.git", .upToNextMajor(from: "1.3.0")),
+.package(url: "https://github.com/fredyshox/PageView.git", .upToNextMajor(from: "1.3.1")),
22
```
23
24
### Carthage
25
26
27
Carthage is also supported, add FormView by adding to Cartfile:
28
29
-github "fredyshox/PageView" ~> 1.3.0
+github "fredyshox/PageView" ~> 1.3.1
30
31
32
## Demo
0 commit comments