From 070780295e3bef54c94d51ccc8447ee8914b794d Mon Sep 17 00:00:00 2001 From: iphone5solo <499491531@qq.com> Date: Thu, 2 Mar 2017 11:17:29 +0800 Subject: [PATCH] Bumped version to 0.7.2 Bumped version to 0.7.2 --- PYSearch.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PYSearch.podspec b/PYSearch.podspec index a54ca9e..d138ca2 100644 --- a/PYSearch.podspec +++ b/PYSearch.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'PYSearch' - s.version = '0.7.1' + s.version = '0.7.2' s.summary = 'An elegant search controller which replaces the UISearchController for iOS.' s.homepage = 'https://github.com/iphone5solo/PYSearch' s.license = 'MIT'