Răsfoiți Sursa

Prepare 0.19.1 Release

Robert Payne 10 ani în urmă
părinte
comite
0be780c930
2 a modificat fișierele cu 7 adăugiri și 3 ștergeri
  1. 5 1
      CHANGELOG.md
  2. 2 2
      SnapKit.podspec

+ 5 - 1
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

+ 2 - 2
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'