Skip to content

Commit 2bfad81

Browse files
authored
chore(version): upgrade version to v2.0.0-rc.62 (#162)
Signed-off-by: Kevin Cui <bh@bugs.cc>
1 parent 0242db1 commit 2bfad81

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@oomol-lab/ovm",
3-
"version": "2.0.0-rc.61",
3+
"version": "2.0.0-rc.62",
44
"description": "oomol virtual machine",
55
"main": "src/index.ts",
66
"module": "src/index.ts",

scripts/resource.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
"darwin-x64": [
33
{
44
"name": "ovm",
5-
"version": "v1.0.0-RC12",
5+
"version": "v1.0.0-RC13",
66
"download": "https://static.oomol.com/ovm-resources/Bauklotze/{version}/ovm-amd64",
7-
"sha256": "9f8fb4bf7c8bff0962dc10a4f64ef5f334653e5bb598871604e9eebbc0502540",
7+
"sha256": "2164914525431aa7d83383a3b29ef4b578a91ab007d8cf1c3583e96956a931c8",
88
"out": "bin/ovm"
99
},
1010
{
@@ -25,9 +25,9 @@
2525
"darwin-arm64": [
2626
{
2727
"name": "ovm",
28-
"version": "v1.0.0-RC12",
28+
"version": "v1.0.0-RC13",
2929
"download": "https://static.oomol.com/ovm-resources/Bauklotze/{version}/ovm-arm64",
30-
"sha256": "039ef444f5b353ac6b859c15df60dad69e8f35062c2b9540b110a96c3d42c236",
30+
"sha256": "7975bc5e4ba47061b4fa0ede95e1da8519d668fe4367fb07b36a67d0e1580874",
3131
"out": "bin/ovm"
3232
},
3333
{

0 commit comments

Comments
 (0)