./set-version.py 2.0.0

This commit is contained in:
Nick Gerleman
2023-07-25 09:47:27 -07:00
parent 11721f487d
commit 30b697d3fe
4 changed files with 11 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "yoga-layout",
"version": "2.0.0-beta.2",
"version": "2.0.0",
"description": "An embeddable and performant flexbox layout engine with bindings for multiple languages",
"license": "MIT",
"author": "Meta Open Source",
@@ -81,3 +81,6 @@
"which": "^3.0.0"
}
}
}
}