From ae24e5c7c0fbf61be1e7c24ff17cffca362bd714 Mon Sep 17 00:00:00 2001 From: Max Sokolov Date: Sun, 24 Sep 2017 20:58:16 +0300 Subject: [PATCH] bump version --- .swift-version | 2 +- .travis.yml | 2 +- README.md | 6 +++--- TableKit.podspec | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.swift-version b/.swift-version index f398a20..389f774 100644 --- a/.swift-version +++ b/.swift-version @@ -1 +1 @@ -3.0 \ No newline at end of file +4.0 \ No newline at end of file diff --git a/.travis.yml b/.travis.yml index 15e483a..de38cbb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,5 @@ language: objective-c -osx_image: xcode8 +osx_image: xcode9 branches: only: - master diff --git a/README.md b/README.md index 87508b4..eb24614 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,9 @@
@@ -233,7 +233,7 @@ Clone the repo and drag files from `Sources` folder into your Xcode project. # Requirements - iOS 8.0 -- Xcode 8.0 +- Xcode 9.0 # Changelog diff --git a/TableKit.podspec b/TableKit.podspec index 260e2cc..f3f052e 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.4.0' + s.version = '2.5.0' s.homepage = 'https://github.com/maxsokolov/TableKit' s.summary = 'Type-safe declarative table views with Swift.'