From 14459f1d5c908fa72265277bee22e0aab5459df6 Mon Sep 17 00:00:00 2001 From: Merrick Sapsford Date: Mon, 4 May 2020 13:10:43 +0200 Subject: [PATCH] Update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2b4a573f..b2c6d257 100644 --- a/README.md +++ b/README.md @@ -37,13 +37,13 @@ Pageboy requires iOS 9 / tvOS 10; and is compatible with Swift 5. ### CocoaPods Pageboy is available through [CocoaPods](https://cocoapods.org): ```ruby -pod 'Pageboy', '~> 3.5' +pod 'Pageboy', '~> 3.6' ``` ### Carthage Pageboy is also available through [Carthage](https://github.com/Carthage/Carthage): ```ogdl -github "uias/Pageboy" ~> 3.5 +github "uias/Pageboy" ~> 3.6 ``` ## 🚀 Usage