From 8de932b1db7a56ebda672d5676cf48edf2474708 Mon Sep 17 00:00:00 2001 From: Max Sokolov Date: Thu, 6 Oct 2016 11:22:50 +0300 Subject: [PATCH] bump version --- CHANGELOG.md | 4 ++-- README.md | 2 +- TableKit.podspec | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b32ad5..2b60b00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,8 @@ All notable changes to this project will be documented in this file. -## [1.4.0](https://github.com/maxsokolov/TableKit/releases/tag/1.4.0) -Released on 2016-09-06. Breaking changes in 1.4.0: +## [2.0.0](https://github.com/maxsokolov/TableKit/releases/tag/1.4.0) +Released on 2016-09-06. Breaking changes in 2.0.0:
The signatures of `TableRow` and `TableRowAction` classes were changed from ```swift let action = TableRowAction(.click) { (data) in diff --git a/README.md b/README.md index 304fe11..dfad30d 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Build Status Swift 3.0 compatible Carthage compatible - CocoaPods compatible + CocoaPods compatible Platform iOS License: MIT

diff --git a/TableKit.podspec b/TableKit.podspec index bf12a0f..1af280b 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.4.0' + s.version = '2.0.0' s.homepage = 'https://github.com/maxsokolov/TableKit' s.summary = 'Type-safe declarative table views with Swift.'