Skip to content

Commit 53d0373

Browse files
committed
chore: update near-sdk-js version
1 parent 777a93f commit 53d0373

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contract-ts/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "coin_flip",
3-
"version": "1.0.0",
3+
"version": "2.0.0",
44
"license": "(MIT AND Apache-2.0)",
55
"type": "module",
66
"scripts": {
77
"build": "near-sdk-js build src/contract.ts build/coin_flip.wasm",
88
"test": "$npm_execpath run build && ava -- ./build/coin_flip.wasm"
99
},
1010
"dependencies": {
11-
"near-sdk-js": "1.0.0"
11+
"near-sdk-js": "2.0.0"
1212
},
1313
"devDependencies": {
1414
"ava": "^6.1.3",

0 commit comments

Comments
 (0)