Skip to content

Commit

Permalink
fix: bump verison (galacean#557)
Browse files Browse the repository at this point in the history
Co-authored-by: shensi.zxd <shensi.zxd@alibaba-inc.com>
  • Loading branch information
zhuxudong and shensi.zxd committed Oct 28, 2021
1 parent bc1df3a commit 0c9626e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions packages/physics-lite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oasis-engine/physics-lite",
"version": "0.5.2",
"version": "0.5.6",
"license": "MIT",
"main": "dist/main.js",
"module": "dist/module.js",
Expand All @@ -14,7 +14,7 @@
"types/**/*"
],
"dependencies": {
"@oasis-engine/design": "0.5.2",
"@oasis-engine/math": "0.5.2"
"@oasis-engine/design": "0.5.6",
"@oasis-engine/math": "0.5.6"
}
}
6 changes: 3 additions & 3 deletions packages/physics-physx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oasis-engine/physics-physx",
"version": "0.5.2",
"version": "0.5.6",
"license": "MIT",
"main": "dist/main.js",
"module": "dist/module.js",
Expand All @@ -14,7 +14,7 @@
"types/**/*"
],
"dependencies": {
"@oasis-engine/design": "0.5.2",
"@oasis-engine/math": "0.5.2"
"@oasis-engine/design": "0.5.6",
"@oasis-engine/math": "0.5.6"
}
}

0 comments on commit 0c9626e

Please sign in to comment.