Skip to content

Commit

Permalink
chore(version): upgrade version to 2.0.0-rc.51
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Cui <[email protected]>
  • Loading branch information
BlackHole1 committed Dec 6, 2024
1 parent 666b85a commit 6b4c4d2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oomol-lab/ovm",
"version": "2.0.0-rc.50",
"version": "2.0.0-rc.51",
"description": "oomol virtual machine",
"main": "src/index.ts",
"module": "src/index.ts",
Expand Down
4 changes: 2 additions & 2 deletions scripts/resource.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@
},
{
"name": "libexec",
"version": "v1.0.4",
"version": "v1.0.5",
"download": "https://static.oomol.com/ovm-resources/libexec/{version}/libexec-darwin-arm64.tar.gz",
"sha256": "367e70676ba9d33b4b6ca5746222dcad7a5306fef1f547e460048c9d5c311142",
"sha256": "f499cf19b430d3c4c194cba5ee3bf2b6571a1e97c2f11dd74a190ac03cdc98c3",
"out": "libexec.tar.gz"
}
],
Expand Down

0 comments on commit 6b4c4d2

Please sign in to comment.