diff --git a/Yoga.podspec b/Yoga.podspec index 2ae46c65..2a8d0f17 100644 --- a/Yoga.podspec +++ b/Yoga.podspec @@ -11,7 +11,7 @@ Pod::Spec.new do |spec| spec.authors = 'Facebook' spec.source = { :git => 'https://github.com/facebook/yoga.git', - :tag => '1.8.0', + :tag => '1.9.0', } spec.platforms = { :ios => "8.0", :tvos => "10.0" } spec.module_name = 'yoga' diff --git a/YogaKit.podspec b/YogaKit.podspec index 9ede1aa7..37ee43f9 100644 --- a/YogaKit.podspec +++ b/YogaKit.podspec @@ -1,6 +1,6 @@ podspec = Pod::Spec.new do |spec| spec.name = 'YogaKit' - spec.version = '1.9' + spec.version = '1.9.0' spec.license = { :type => 'MIT', :file => "LICENSE" } spec.homepage = 'https://facebook.github.io/yoga/' spec.documentation_url = 'https://facebook.github.io/yoga/docs/api/yogakit/' @@ -11,7 +11,7 @@ podspec = Pod::Spec.new do |spec| spec.authors = 'Facebook' spec.source = { :git => 'https://github.com/facebook/yoga.git', - :tag => '1.7.0', + :tag => '1.9.0', } spec.platform = :ios