Skip to content

Commit

Permalink
Set version to 3.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
NickGerleman committed Apr 17, 2024
1 parent 866f503 commit 1b9b878
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Yoga.podspec
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Expand Up @@ -11,4 +11,4 @@ android.useAndroidX=true

org.gradle.jvmargs=-Xmx1536M

VERSION_NAME=3.0.3
VERSION_NAME=3.0.4
2 changes: 1 addition & 1 deletion javascript/package.json
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion website-next/package.json
Expand Up @@ -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",
Expand Down

0 comments on commit 1b9b878

Please sign in to comment.