Skip to content

Commit

Permalink
chore(version): upgrade version to v2.0.0-rc.62 (#162)
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Cui <[email protected]>
  • Loading branch information
BlackHole1 authored Jan 17, 2025
1 parent 0242db1 commit 2bfad81
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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.61",
"version": "2.0.0-rc.62",
"description": "oomol virtual machine",
"main": "src/index.ts",
"module": "src/index.ts",
Expand Down
8 changes: 4 additions & 4 deletions scripts/resource.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"darwin-x64": [
{
"name": "ovm",
"version": "v1.0.0-RC12",
"version": "v1.0.0-RC13",
"download": "https://static.oomol.com/ovm-resources/Bauklotze/{version}/ovm-amd64",
"sha256": "9f8fb4bf7c8bff0962dc10a4f64ef5f334653e5bb598871604e9eebbc0502540",
"sha256": "2164914525431aa7d83383a3b29ef4b578a91ab007d8cf1c3583e96956a931c8",
"out": "bin/ovm"
},
{
Expand All @@ -25,9 +25,9 @@
"darwin-arm64": [
{
"name": "ovm",
"version": "v1.0.0-RC12",
"version": "v1.0.0-RC13",
"download": "https://static.oomol.com/ovm-resources/Bauklotze/{version}/ovm-arm64",
"sha256": "039ef444f5b353ac6b859c15df60dad69e8f35062c2b9540b110a96c3d42c236",
"sha256": "7975bc5e4ba47061b4fa0ede95e1da8519d668fe4367fb07b36a67d0e1580874",
"out": "bin/ovm"
},
{
Expand Down

0 comments on commit 2bfad81

Please sign in to comment.