Skip to content

Commit

Permalink
./set-version.py 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
NickGerleman committed Jul 25, 2023
1 parent 11721f4 commit 30b697d
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
4 changes: 3 additions & 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-beta.2'
spec.version = '2.0.0'
spec.license = { :type => 'MIT', :file => "LICENSE" }
spec.homepage = 'https://yogalayout.com/'
spec.documentation_url = 'https://yogalayout.com/docs'
Expand Down Expand Up @@ -39,3 +39,5 @@ Pod::Spec.new do |spec|
spec.public_header_files = 'yoga/{Yoga,YGEnums,YGMacros,YGValue}.h'
spec.swift_version = '5.1'
end
1'
end
3 changes: 2 additions & 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-beta.2'
spec.version = '2.0.0'
spec.license = { :type => 'MIT', :file => "LICENSE" }
spec.homepage = 'https://yogalayout.com/'
spec.documentation_url = 'https://yogalayout.com/docs'
Expand All @@ -32,3 +32,4 @@ end
# See https://github.com/facebook/yoga/pull/366
podspec.attributes_hash["readme"] = "YogaKit/README.md"
podspec
odspec
3 changes: 2 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ android.useAndroidX=true

org.gradle.jvmargs=-Xmx1536M

VERSION_NAME=2.0.0-beta.2
VERSION_NAME=2.0.0
beta.2
5 changes: 4 additions & 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-beta.2",
"version": "2.0.0",
"description": "An embeddable and performant flexbox layout engine with bindings for multiple languages",
"license": "MIT",
"author": "Meta Open Source",
Expand Down Expand Up @@ -81,3 +81,6 @@
"which": "^3.0.0"
}
}

}
}

0 comments on commit 30b697d

Please sign in to comment.