Skip to content

Commit

Permalink
chore(version): upgrade version to 2.0.0-rc.48
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Cui <[email protected]>
  • Loading branch information
BlackHole1 committed Nov 26, 2024
1 parent e573a69 commit 661e53a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.47",
"version": "2.0.0-rc.48",
"description": "oomol virtual machine",
"main": "src/index.ts",
"module": "src/index.ts",
Expand Down
6 changes: 3 additions & 3 deletions scripts/resource.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"name": "ovm",
"version": "v0.0.1",
"download": "https://static.oomol.com/ovm-resources/Bauklotze/{version}/ovm-arm64",
"sha256": "0602b5698f17bcbc099d9230a54a0c5707801faa67fda55ec6323cf9de2aeb34",
"sha256": "80580bc42378c577d5da28576c32d6d149b411ccb97b90684e5e787994483a37",
"out": "bin/ovm"
},
{
Expand All @@ -46,9 +46,9 @@
},
{
"name": "libexec",
"version": "v1.0.3",
"version": "v1.0.4",
"download": "https://static.oomol.com/ovm-resources/libexec/{version}/libexec-darwin-arm64.tar.gz",
"sha256": "3e5b1e9cc419b36015993970c7d698a3888cae2302ae2852559971f82f4b3e0f",
"sha256": "367e70676ba9d33b4b6ca5746222dcad7a5306fef1f547e460048c9d5c311142",
"out": "libexec.tar.gz"
}
],
Expand Down

0 comments on commit 661e53a

Please sign in to comment.