diff --git a/Yoga.podspec b/Yoga.podspec index e76e7f224d..85af2b0be8 100644 --- a/Yoga.podspec +++ b/Yoga.podspec @@ -6,7 +6,7 @@ Pod::Spec.new do |spec| spec.name = 'Yoga' - spec.version = '3.0.1' + spec.version = '3.0.2' spec.license = { :type => 'MIT', :file => "LICENSE" } spec.homepage = 'https://yogalayout.dev/' spec.documentation_url = 'https://yogalayout.dev/docs' diff --git a/gradle.properties b/gradle.properties index 3b31836896..abed78048b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -11,4 +11,4 @@ android.useAndroidX=true org.gradle.jvmargs=-Xmx1536M -VERSION_NAME=3.0.1 +VERSION_NAME=3.0.2 diff --git a/javascript/package.json b/javascript/package.json index ff8a4bd565..f087651ae3 100644 --- a/javascript/package.json +++ b/javascript/package.json @@ -1,6 +1,6 @@ { "name": "yoga-layout", - "version": "3.0.1", + "version": "3.0.2", "description": "An embeddable and performant flexbox layout engine with bindings for multiple languages", "license": "MIT", "author": "Meta Open Source", diff --git a/website-next/package.json b/website-next/package.json index 329a105e8c..02f7d2d402 100644 --- a/website-next/package.json +++ b/website-next/package.json @@ -27,7 +27,7 @@ "react": "^18.0.0", "react-dom": "^18.0.0", "react-live": "^4.1.5", - "yoga-layout": "3.0.1" + "yoga-layout": "3.0.2" }, "devDependencies": { "@docusaurus/module-type-aliases": "3.0.0",