From 30b697d3fe836061cf75080a91afa97df3beae35 Mon Sep 17 00:00:00 2001 From: Nick Gerleman Date: Tue, 25 Jul 2023 09:47:27 -0700 Subject: [PATCH] ./set-version.py 2.0.0 --- Yoga.podspec | 4 +++- YogaKit.podspec | 3 ++- gradle.properties | 3 ++- javascript/package.json | 5 ++++- 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/Yoga.podspec b/Yoga.podspec index 1aab98df..226a8f3d 100644 --- a/Yoga.podspec +++ b/Yoga.podspec @@ -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' @@ -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 diff --git a/YogaKit.podspec b/YogaKit.podspec index ec4076e0..d006bc7b 100644 --- a/YogaKit.podspec +++ b/YogaKit.podspec @@ -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' @@ -32,3 +32,4 @@ end # See https://github.com/facebook/yoga/pull/366 podspec.attributes_hash["readme"] = "YogaKit/README.md" podspec +odspec diff --git a/gradle.properties b/gradle.properties index 56687b64..d905bf4e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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 diff --git a/javascript/package.json b/javascript/package.json index 8d36b3d4..3c784838 100644 --- a/javascript/package.json +++ b/javascript/package.json @@ -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", @@ -81,3 +81,6 @@ "which": "^3.0.0" } } + + } +}