From fa12c22e4523d8cf383dba79c7f26d271ede8fb8 Mon Sep 17 00:00:00 2001 From: Roman Efimov Date: Sun, 11 Aug 2013 14:10:23 -0500 Subject: [PATCH] Version bump (1.1.1) --- README.md | 2 +- RETableViewManager.podspec | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7e28678..ac3ed08 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.1' +pod 'RETableViewManager', '~> 1.1.1' ``` Install into your Xcode project: diff --git a/RETableViewManager.podspec b/RETableViewManager.podspec index 0bcbc00..895a557 100644 --- a/RETableViewManager.podspec +++ b/RETableViewManager.podspec @@ -1,11 +1,11 @@ Pod::Spec.new do |s| s.name = 'RETableViewManager' - s.version = '1.1' + s.version = '1.1.1' 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.1' } + :tag => '1.1.1' } s.license = { :type => "MIT", :file => "LICENSE" } s.platform = :ios, '6.0'