./set-version.py 2.0.0

This commit is contained in:
Nick Gerleman
2023-07-25 09:47:27 -07:00
parent 11721f487d
commit 30b697d3fe
4 changed files with 11 additions and 4 deletions

View File

@@ -6,7 +6,7 @@
Pod::Spec.new do |spec| Pod::Spec.new do |spec|
spec.name = 'Yoga' spec.name = 'Yoga'
spec.version = '2.0.0-beta.2' spec.version = '2.0.0'
spec.license = { :type => 'MIT', :file => "LICENSE" } spec.license = { :type => 'MIT', :file => "LICENSE" }
spec.homepage = 'https://yogalayout.com/' spec.homepage = 'https://yogalayout.com/'
spec.documentation_url = 'https://yogalayout.com/docs' spec.documentation_url = 'https://yogalayout.com/docs'
@@ -39,3 +39,5 @@ Pod::Spec.new do |spec|
spec.public_header_files = 'yoga/{Yoga,YGEnums,YGMacros,YGValue}.h' spec.public_header_files = 'yoga/{Yoga,YGEnums,YGMacros,YGValue}.h'
spec.swift_version = '5.1' spec.swift_version = '5.1'
end end
1'
end

View File

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

View File

@@ -11,4 +11,5 @@ android.useAndroidX=true
org.gradle.jvmargs=-Xmx1536M org.gradle.jvmargs=-Xmx1536M
VERSION_NAME=2.0.0-beta.2 VERSION_NAME=2.0.0
beta.2

View File

@@ -1,6 +1,6 @@
{ {
"name": "yoga-layout", "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", "description": "An embeddable and performant flexbox layout engine with bindings for multiple languages",
"license": "MIT", "license": "MIT",
"author": "Meta Open Source", "author": "Meta Open Source",
@@ -81,3 +81,6 @@
"which": "^3.0.0" "which": "^3.0.0"
} }
} }
}
}