diff --git a/Yoga.podspec b/Yoga.podspec index 85af2b0be8..8a799a533a 100644 --- a/Yoga.podspec +++ b/Yoga.podspec @@ -6,7 +6,7 @@ Pod::Spec.new do |spec| spec.name = 'Yoga' - spec.version = '3.0.2' + spec.version = '3.0.3' 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 abed78048b..180efee263 100644 --- a/gradle.properties +++ b/gradle.properties @@ -11,4 +11,4 @@ android.useAndroidX=true org.gradle.jvmargs=-Xmx1536M -VERSION_NAME=3.0.2 +VERSION_NAME=3.0.3 diff --git a/javascript/package.json b/javascript/package.json index 874d04c369..ceb021e4a5 100644 --- a/javascript/package.json +++ b/javascript/package.json @@ -1,6 +1,6 @@ { "name": "yoga-layout", - "version": "3.0.2", + "version": "3.0.3", "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 02f7d2d402..0318987635 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.2" + "yoga-layout": "3.0.3" }, "devDependencies": { "@docusaurus/module-type-aliases": "3.0.0",