Skip to content

Commit 959ca32

Browse files
committed
Updated README.md
1 parent 8734bf1 commit 959ca32

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

PageView.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@
269269
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
270270
LD_RUNPATH_SEARCH_PATHS = "$(inherited) $(TOOLCHAIN_DIR)/usr/lib/swift/macosx";
271271
MACOSX_DEPLOYMENT_TARGET = 10.15;
272-
MARKETING_VERSION = 1.0.0;
272+
MARKETING_VERSION = 1.1.0;
273273
OTHER_CFLAGS = "$(inherited)";
274274
OTHER_LDFLAGS = "$(inherited)";
275275
OTHER_SWIFT_FLAGS = "$(inherited)";
@@ -299,7 +299,7 @@
299299
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
300300
LD_RUNPATH_SEARCH_PATHS = "$(inherited) $(TOOLCHAIN_DIR)/usr/lib/swift/macosx";
301301
MACOSX_DEPLOYMENT_TARGET = 10.15;
302-
MARKETING_VERSION = 1.0.0;
302+
MARKETING_VERSION = 1.1.0;
303303
OTHER_CFLAGS = "$(inherited)";
304304
OTHER_LDFLAGS = "$(inherited)";
305305
OTHER_SWIFT_FLAGS = "$(inherited)";

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.0.0")),
21+
.package(url: "https://github.com/fredyshox/PageView.git", .upToNextMajor(from: "1.1.0")),
2222
```
2323

2424
### Carthage
2525

2626

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

3232
## Demo

0 commit comments

Comments
 (0)