File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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)";
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)";
Original file line number Diff line number Diff line change @@ -18,15 +18,15 @@ Package requires iOS 13, watchOS 6 and Xcode 11.
1818
1919For 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
2727Carthage 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
You can’t perform that action at this time.
0 commit comments