From 8bf4840d9d0475a92352f02f368f88b74eced447 Mon Sep 17 00:00:00 2001 From: Max Sokolov Date: Mon, 4 May 2020 08:11:57 -0400 Subject: [PATCH] bump to 2.11.0 --- README.md | 2 +- TableKit.podspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6b9766c..626274c 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Build Status Swift 5.1 compatible Carthage compatible - CocoaPods compatible + CocoaPods compatible Platform iOS License: MIT

diff --git a/TableKit.podspec b/TableKit.podspec index 7b9a0e0..2db6237 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 = '2.10.0' + s.version = '2.11.0' s.homepage = 'https://github.com/maxsokolov/TableKit' s.summary = 'Type-safe declarative table views with Swift.'