diff --git a/Yoga.podspec b/Yoga.podspec index 719829ca04..da05d8c263 100644 --- a/Yoga.podspec +++ b/Yoga.podspec @@ -6,7 +6,7 @@ Pod::Spec.new do |spec| spec.name = 'Yoga' - spec.version = '0.0.0' + spec.version = '3.0.0' 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 cb6b2b4a38..0b2a95a8ee 100644 --- a/gradle.properties +++ b/gradle.properties @@ -11,4 +11,4 @@ android.useAndroidX=true org.gradle.jvmargs=-Xmx1536M -VERSION_NAME=0.0.0 +VERSION_NAME=3.0.0 diff --git a/javascript/package.json b/javascript/package.json index c06b6a2036..230015b688 100644 --- a/javascript/package.json +++ b/javascript/package.json @@ -1,6 +1,6 @@ { "name": "yoga-layout", - "version": "0.0.0", + "version": "3.0.0", "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 ce444e5606..1fe18eac12 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": "0.0.0" + "yoga-layout": "3.0.0" }, "devDependencies": { "@docusaurus/module-type-aliases": "3.0.0",