Skip to content

Commit

Permalink
chore(version): upgrade version to 2.0.0-rc.35 (#124)
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Cui <[email protected]>
BlackHole1 authored Oct 24, 2024
1 parent b151d82 commit 0153c79
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.34",
"version": "2.0.0-rc.35",
"description": "oomol virtual machine",
"main": "src/index.ts",
"module": "src/index.ts",
4 changes: 2 additions & 2 deletions scripts/resource.json
Original file line number Diff line number Diff line change
@@ -34,14 +34,14 @@
"name": "ovm",
"version": "v0.0.1",
"download": "https://static.oomol.com/ovm-resources/Bauklotze/{version}/ovm-arm64",
"sha256": "bffe7d104ecd1acc0b59867dea306923e6903fdb38f7dd55cb337bb4c590d501",
"sha256": "2c57de44ba8f391a01c66ed2e48ce53d640e4ed6970359e159a0c36c183fc38e",
"out": "bin/ovm"
},
{
"name": "bootable",
"version": "v0.0.1",
"download": "https://static.oomol.com/ovm-resources/Bauklotze/{version}/bootable.img.xz",
"sha256": "54548babdba1224777f933213d3bed6172a751706365c80bc71583487fbe595a",
"sha256": "d2e8caf3b184ff9d577b29c7b9279f698cbce58ba2b5a1c03d5b8a29bbeb48fb",
"out": "bootable.img.xz"
},
{

0 comments on commit 0153c79

Please sign in to comment.