From 30562f3625260101f32065d3464ce9600e0debc7 Mon Sep 17 00:00:00 2001 From: Mikhail Stepkin Date: Wed, 4 May 2016 17:13:49 +0300 Subject: [PATCH] Bump --- CHANGELOG.md | 3 +++ RAMReel.podspec | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9542ce4..7f652e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Change Log +## [1.2.2](https://github.com/Ramotion/reel-search/tree/1.2.2) (2016-05-04) +[Full Changelog](https://github.com/Ramotion/reel-search/compare/1.2.1...1.2.2) + ## [1.2.1](https://github.com/Ramotion/reel-search/tree/1.2.1) (2016-05-04) [Full Changelog](https://github.com/Ramotion/reel-search/compare/1.2.0...1.2.1) diff --git a/RAMReel.podspec b/RAMReel.podspec index 2806924..d906628 100644 --- a/RAMReel.podspec +++ b/RAMReel.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "RAMReel" - s.version = "1.2.1" + s.version = "1.2.2" s.summary = "Live search control with reel of suggestions" s.homepage = "https://github.com/Ramotion/reel-search" @@ -12,7 +12,7 @@ Pod::Spec.new do |s| s.platform = :ios, "8.0" - s.source = { :git => "https://github.com/Ramotion/reel-search.git", :tag => "1.2.1" } + s.source = { :git => "https://github.com/Ramotion/reel-search.git", :tag => "1.2.2" } s.source_files = "RAMReel/Framework", "RAMReel/Framework/**/*.{h,m,swift}"