From 34ecb6e7c4e0e07494960ab2f7cc9a02293915a6 Mon Sep 17 00:00:00 2001 From: Merrick Sapsford Date: Sun, 11 Oct 2020 10:57:11 +0200 Subject: [PATCH] Fix podspec --- Pageboy.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pageboy.podspec b/Pageboy.podspec index dd5c1f1..eedc32d 100644 --- a/Pageboy.podspec +++ b/Pageboy.podspec @@ -10,7 +10,7 @@ Pod::Spec.new do |s| s.requires_arc = true - s.version = "3.6.1" + s.version = "3.6.2" s.summary = "A simple, highly informative page view controller." s.description = <<-DESC A page view controller that provides simplified data source management, enhanced delegation and other useful features.