From 2ee8d722e1aaccd1547046540f452341d6cdfe62 Mon Sep 17 00:00:00 2001 From: Marc Terns Date: Wed, 11 Jul 2018 19:11:25 -0500 Subject: [PATCH] Fixed tags --- Yoga.podspec | 2 +- YogaKit.podspec | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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