Skip to content

Commit 7fc6fcb

Browse files
davidaureliofacebook-github-bot
authored andcommitted
v1.14.0
Summary: @public Push version to *1.14.0.* This release contains some bug fixes around `align-content`. Reviewed By: colriot Differential Revision: D14833417 fbshipit-source-id: f653d5fbb36f307c92b14c091c3206290256f036
1 parent bc7e504 commit 7fc6fcb

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Yoga.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#
77
Pod::Spec.new do |spec|
88
spec.name = 'Yoga'
9-
spec.version = '1.12.0-pre.2'
9+
spec.version = '1.14.0'
1010
spec.license = { :type => 'MIT', :file => "LICENSE" }
1111
spec.homepage = 'https://yogalayout.com/'
1212
spec.documentation_url = 'https://yogalayout.com/docs'

YogaKit.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#
77
podspec = Pod::Spec.new do |spec|
88
spec.name = 'YogaKit'
9-
spec.version = '1.12.0-pre.2'
9+
spec.version = '1.14.0'
1010
spec.license = { :type => 'MIT', :file => "LICENSE" }
1111
spec.homepage = 'https://facebook.github.io/yoga/'
1212
spec.documentation_url = 'https://facebook.github.io/yoga/docs/'
@@ -23,7 +23,7 @@ podspec = Pod::Spec.new do |spec|
2323
spec.platform = :ios
2424
spec.ios.deployment_target = '8.0'
2525
spec.ios.frameworks = 'UIKit'
26-
spec.dependency 'Yoga', '1.12.0-pre.2'
26+
spec.dependency 'Yoga', '~> 1.14'
2727
spec.source_files = 'YogaKit/Source/*.{h,m,swift}'
2828
spec.public_header_files = 'YogaKit/Source/{YGLayout,UIView+Yoga}.h'
2929
spec.private_header_files = 'YogaKit/Source/YGLayout+Private.h'

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
org.gradle.jvmargs=-Xmx1536M
1111

12-
VERSION_NAME=1.13.1-SNAPSHOT
12+
VERSION_NAME=1.14.0
1313
POM_URL=https://github.com/facebook/yoga
1414
POM_SCM_URL=https://github.com/facebook/yoga.git
1515
POM_SCM_CONNECTION=scm:git:https://github.com/facebook/yoga.git

0 commit comments

Comments
 (0)