From 3020454ed5bfccca684cd9da16aeee3132f8aead Mon Sep 17 00:00:00 2001 From: Max Horvath Date: Sun, 5 Oct 2014 17:32:20 +0200 Subject: [PATCH] Version bump (1.5.14) --- README.md | 2 +- RETableViewManager.podspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5415c37..34035ab 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.5.13' +pod 'RETableViewManager', '~> 1.5.14' ``` Install into your Xcode project: diff --git a/RETableViewManager.podspec b/RETableViewManager.podspec index 96562bb..a32225f 100644 --- a/RETableViewManager.podspec +++ b/RETableViewManager.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'RETableViewManager' - s.version = '1.5.13' + s.version = '1.5.14' s.authors = { 'Roman Efimov' => 'romefimov@gmail.com' } s.homepage = 'https://github.com/romaonthego/RETableViewManager' s.summary = 'Powerful data driven content manager for UITableView.'