From 22c2eb8e227100a8fe7d5a2edc2cf19dcea73667 Mon Sep 17 00:00:00 2001 From: Petr Zvonicek Date: Sun, 19 Jan 2020 22:42:31 +0100 Subject: [PATCH] Release 1.8.3 --- ImageSlideshow.podspec | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ImageSlideshow.podspec b/ImageSlideshow.podspec index f5287919..439d2bfe 100644 --- a/ImageSlideshow.podspec +++ b/ImageSlideshow.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.name = "ImageSlideshow" - s.version = "1.8.2" + s.version = "1.8.3" s.summary = "Image slideshow written in Swift with circular scrolling, timer and full screen viewer" # This description is used to generate tags and improve search results. diff --git a/README.md b/README.md index fd83cd17..1a04b579 100644 --- a/README.md +++ b/README.md @@ -23,14 +23,14 @@ ImageSlideshow is available through [CocoaPods](http://cocoapods.org). To instal it, simply add the following line to your Podfile: ```ruby -pod 'ImageSlideshow', '~> 1.8.2' +pod 'ImageSlideshow', '~> 1.8.3' ``` ### Carthage To integrate ImageSlideshow into your Xcode project using Carthage, specify it in your Cartfile: ```ruby -github "zvonicek/ImageSlideshow" ~> 1.8.2 +github "zvonicek/ImageSlideshow" ~> 1.8.3 ``` Carthage does not include InputSources for external providers (due to dependency on those providers) so you need to grab the one you need from `ImageSlideshow/Classes/InputSources` manually.