Set version to 3.0.4

This commit is contained in:
Nick Gerleman
2024-04-17 00:02:16 -07:00
parent 866f503bde
commit 1b9b878b9a
4 changed files with 4 additions and 4 deletions

View File

@@ -6,7 +6,7 @@
Pod::Spec.new do |spec|
spec.name = 'Yoga'
spec.version = '3.0.3'
spec.version = '3.0.4'
spec.license = { :type => 'MIT', :file => "LICENSE" }
spec.homepage = 'https://yogalayout.dev/'
spec.documentation_url = 'https://yogalayout.dev/docs'

View File

@@ -11,4 +11,4 @@ android.useAndroidX=true
org.gradle.jvmargs=-Xmx1536M
VERSION_NAME=3.0.3
VERSION_NAME=3.0.4

View File

@@ -1,6 +1,6 @@
{
"name": "yoga-layout",
"version": "3.0.3",
"version": "3.0.4",
"description": "An embeddable and performant flexbox layout engine with bindings for multiple languages",
"license": "MIT",
"author": "Meta Open Source",

View File

@@ -27,7 +27,7 @@
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-live": "^4.1.5",
"yoga-layout": "3.0.3"
"yoga-layout": "3.0.4"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "3.0.0",