From 0be780c930e2768e6f28d37acb6d2fba6b8b287f Mon Sep 17 00:00:00 2001 From: Robert Payne Date: Wed, 27 Jan 2016 00:22:50 +1300 Subject: [PATCH] Prepare 0.19.1 Release --- CHANGELOG.md | 6 +++++- SnapKit.podspec | 4 ++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b7575ac..bfc53df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,11 @@ CHANGELOG ======= -# 0.19.0 - January 21 2015 +# 0.19.1 - January 26 2016 + +* Rebased from 0.16.0 with only desired commits to resolve many unexpected issues + +# 0.19.0 - January 21 2016 * Improved `.insets()` for `width` and `height` #183 * Added Carthage tvOS support #179 diff --git a/SnapKit.podspec b/SnapKit.podspec index 2e63a5b..5f69fa7 100644 --- a/SnapKit.podspec +++ b/SnapKit.podspec @@ -1,12 +1,12 @@ Pod::Spec.new do |s| s.name = 'SnapKit' - s.version = '0.19.0' + s.version = '0.19.1' s.license = 'MIT' s.summary = 'Harness the power of auto layout with a simplified, chainable, and compile time safe syntax.' s.homepage = 'https://github.com/SnapKit/SnapKit' s.authors = { 'Robert Payne' => 'robertpayne@me.com' } s.social_media_url = 'http://twitter.com/robertjpayne' - s.source = { :git => 'https://github.com/SnapKit/SnapKit.git', :tag => '0.19.0' } + s.source = { :git => 'https://github.com/SnapKit/SnapKit.git', :tag => '0.19.1' } s.ios.deployment_target = '8.0' s.osx.deployment_target = '10.10'