Skip to content

Commit

Permalink
Bump to 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
NickGerleman committed Nov 1, 2023
1 parent c01dcd2 commit 3a96c77
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Yoga.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

Pod::Spec.new do |spec|
spec.name = 'Yoga'
spec.version = '2.0.0'
spec.version = '2.0.1'
spec.license = { :type => 'MIT', :file => "LICENSE" }
spec.homepage = 'https://yogalayout.com/'
spec.documentation_url = 'https://yogalayout.com/docs'
Expand Down
2 changes: 1 addition & 1 deletion YogaKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

podspec = Pod::Spec.new do |spec|
spec.name = 'YogaKit'
spec.version = '2.0.0'
spec.version = '2.0.1'
spec.license = { :type => 'MIT', :file => "LICENSE" }
spec.homepage = 'https://yogalayout.com/'
spec.documentation_url = 'https://yogalayout.com/docs'
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ android.useAndroidX=true

org.gradle.jvmargs=-Xmx1536M

VERSION_NAME=2.0.0
VERSION_NAME=2.0.1
2 changes: 1 addition & 1 deletion javascript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "yoga-layout",
"version": "2.0.0",
"version": "2.0.1",
"description": "An embeddable and performant flexbox layout engine with bindings for multiple languages",
"license": "MIT",
"author": "Meta Open Source",
Expand Down

0 comments on commit 3a96c77

Please sign in to comment.