From bddf4a919d6c878a395ac94771ed364ee3df5de7 Mon Sep 17 00:00:00 2001 From: Roman Efimov Date: Thu, 5 Sep 2013 12:09:10 -0500 Subject: [PATCH] Version bump (1.2.5) --- README.md | 2 +- RETableViewManager.podspec | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a190c0b..933539c 100644 --- a/README.md +++ b/README.md @@ -99,7 +99,7 @@ Edit your Podfile and add RETableViewManager: ``` bash platform :ios, '6.0' -pod 'RETableViewManager', '~> 1.2.4' +pod 'RETableViewManager', '~> 1.2.5' ``` Install into your Xcode project: diff --git a/RETableViewManager.podspec b/RETableViewManager.podspec index cba7941..8fe9d54 100644 --- a/RETableViewManager.podspec +++ b/RETableViewManager.podspec @@ -1,11 +1,11 @@ Pod::Spec.new do |s| s.name = 'RETableViewManager' - s.version = '1.2.4' + s.version = '1.2.5' s.authors = { 'Roman Efimov' => 'romefimov@gmail.com' } s.homepage = 'https://github.com/romaonthego/RETableViewManager' s.summary = 'Powerful data driven content manager for UITableView.' s.source = { :git => 'https://github.com/romaonthego/RETableViewManager.git', - :tag => '1.2.4' } + :tag => '1.2.5' } s.license = { :type => "MIT", :file => "LICENSE" } s.platform = :ios, '6.0' @@ -17,5 +17,5 @@ Pod::Spec.new do |s| s.ios.deployment_target = '6.0' s.dependency 'REFormattedNumberField', '~> 1.0.4' - s.dependency 'REValidation', '~> 0.1.2' + s.dependency 'REValidation', '~> 0.1.3' end