Skip to content

Commit 30b697d

Browse files
committed
./set-version.py 2.0.0
1 parent 11721f4 commit 30b697d

4 files changed

Lines changed: 11 additions & 4 deletions

File tree

Yoga.podspec

Lines changed: 3 additions & 1 deletion
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 = '2.0.0-beta.2'
9+
spec.version = '2.0.0'
1010
spec.license = { :type => 'MIT', :file => "LICENSE" }
1111
spec.homepage = 'https://yogalayout.com/'
1212
spec.documentation_url = 'https://yogalayout.com/docs'
@@ -39,3 +39,5 @@ Pod::Spec.new do |spec|
3939
spec.public_header_files = 'yoga/{Yoga,YGEnums,YGMacros,YGValue}.h'
4040
spec.swift_version = '5.1'
4141
end
42+
1'
43+
end

YogaKit.podspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
podspec = Pod::Spec.new do |spec|
77
spec.name = 'YogaKit'
8-
spec.version = '2.0.0-beta.2'
8+
spec.version = '2.0.0'
99
spec.license = { :type => 'MIT', :file => "LICENSE" }
1010
spec.homepage = 'https://yogalayout.com/'
1111
spec.documentation_url = 'https://yogalayout.com/docs'
@@ -32,3 +32,4 @@ end
3232
# See https://github.com/facebook/yoga/pull/366
3333
podspec.attributes_hash["readme"] = "YogaKit/README.md"
3434
podspec
35+
odspec

gradle.properties

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,5 @@ android.useAndroidX=true
1111

1212
org.gradle.jvmargs=-Xmx1536M
1313

14-
VERSION_NAME=2.0.0-beta.2
14+
VERSION_NAME=2.0.0
15+
beta.2

javascript/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "yoga-layout",
3-
"version": "2.0.0-beta.2",
3+
"version": "2.0.0",
44
"description": "An embeddable and performant flexbox layout engine with bindings for multiple languages",
55
"license": "MIT",
66
"author": "Meta Open Source",
@@ -81,3 +81,6 @@
8181
"which": "^3.0.0"
8282
}
8383
}
84+
85+
}
86+
}

0 commit comments

Comments
 (0)