Skip to content

Commit 3a96c77

Browse files
committed
Bump to 2.0.1
1 parent c01dcd2 commit 3a96c77

File tree

4 files changed

+4
-4
lines changed

4 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 = '2.0.0'
9+
spec.version = '2.0.1'
1010
spec.license = { :type => 'MIT', :file => "LICENSE" }
1111
spec.homepage = 'https://yogalayout.com/'
1212
spec.documentation_url = 'https://yogalayout.com/docs'

YogaKit.podspec

+1-1
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'
8+
spec.version = '2.0.1'
99
spec.license = { :type => 'MIT', :file => "LICENSE" }
1010
spec.homepage = 'https://yogalayout.com/'
1111
spec.documentation_url = 'https://yogalayout.com/docs'

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ android.useAndroidX=true
1111

1212
org.gradle.jvmargs=-Xmx1536M
1313

14-
VERSION_NAME=2.0.0
14+
VERSION_NAME=2.0.1

javascript/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "yoga-layout",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "An embeddable and performant flexbox layout engine with bindings for multiple languages",
55
"license": "MIT",
66
"author": "Meta Open Source",

0 commit comments

Comments
 (0)