From 8a98c46f051049fcc57f4256120d877d30a087f4 Mon Sep 17 00:00:00 2001 From: Max Sokolov Date: Fri, 7 Oct 2016 18:33:31 +0300 Subject: [PATCH] bump version --- README.md | 4 ++-- TableKit.podspec | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c366ca1..ac9095b 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Build Status Swift 2.2 compatible Carthage compatible - CocoaPods compatible + CocoaPods compatible Platform iOS License: MIT

@@ -217,4 +217,4 @@ Clone the repo and drag files from `Sources` folder into your Xcode project. # License -TableKit is available under the MIT license. See LICENSE for details. \ No newline at end of file +TableKit is available under the MIT license. See LICENSE for details. diff --git a/TableKit.podspec b/TableKit.podspec index 5380a89..f6baddb 100644 --- a/TableKit.podspec +++ b/TableKit.podspec @@ -2,7 +2,7 @@ Pod::Spec.new do |s| s.name = 'TableKit' s.module_name = 'TableKit' - s.version = '1.2.0' + s.version = '1.2.1' s.homepage = 'https://github.com/maxsokolov/TableKit' s.summary = 'Type-safe declarative table views. Swift 2.2 is required.'