From 48a20d02b03817eb18be3a818b03379265988e7f Mon Sep 17 00:00:00 2001 From: mambaxie Date: Sun, 28 Oct 2018 09:47:47 +0800 Subject: [PATCH] Bumped version to 0.9.1 Bumped version to 0.9.1 --- PYSearch.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PYSearch.podspec b/PYSearch.podspec index e785a67..daab35f 100644 --- a/PYSearch.podspec +++ b/PYSearch.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'PYSearch' - s.version = '0.9.0' + s.version = '0.9.1' s.summary = 'An elegant search controller which replaces the UISearchController for iOS.' s.homepage = 'https://github.com/ko1o/PYSearch' s.license = 'MIT'