From 063fbbda58d9ab6db9427e7a662b6b8ca010959b Mon Sep 17 00:00:00 2001 From: Oscar Apeland Date: Wed, 25 Oct 2017 17:32:51 +0200 Subject: [PATCH] Version 0.1.7 --- SwipeableViewController.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SwipeableViewController.podspec b/SwipeableViewController.podspec index 708ef93..1f29cb1 100644 --- a/SwipeableViewController.podspec +++ b/SwipeableViewController.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'SwipeableViewController' -s.version = '0.1.6' +s.version = '0.1.7' s.summary = 'A small UI component to build UIPageViewController-y views in your app.' s.description = <<-DESC