From 8876ea56b997e9314ed7ffa8249716f1f3030e89 Mon Sep 17 00:00:00 2001 From: Boisney Philippe Date: Wed, 15 Mar 2017 12:26:02 +0100 Subject: [PATCH] Update Readme & Cocoapod config --- ModernSearchBar.podspec | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ModernSearchBar.podspec b/ModernSearchBar.podspec index 49d7432..068e0ba 100755 --- a/ModernSearchBar.podspec +++ b/ModernSearchBar.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "ModernSearchBar" -s.version = "1.3" +s.version = "1.4" s.summary = "ModernSearchBar" s.description = "The famous iOS search bar with auto completion feature implemented." s.homepage = "https://github.com/PhilippeBoisney/ModernSearchBar" diff --git a/README.md b/README.md index 75ec979..e9e747e 100644 --- a/README.md +++ b/README.md @@ -119,7 +119,7 @@ self.modernSearchBar.suggestionsView_spaceWithKeyboard = 20 ``` ## Version -1.3 +1.4 ## License