From 53d0373a8cfb4cec73ba30cc4e4a4fd56a9d0f04 Mon Sep 17 00:00:00 2001 From: Spring Chiu Date: Wed, 29 May 2024 21:58:52 +0800 Subject: [PATCH] chore: update near-sdk-js version --- contract-ts/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contract-ts/package.json b/contract-ts/package.json index ff2e4f6..d3f20ce 100644 --- a/contract-ts/package.json +++ b/contract-ts/package.json @@ -1,6 +1,6 @@ { "name": "coin_flip", - "version": "1.0.0", + "version": "2.0.0", "license": "(MIT AND Apache-2.0)", "type": "module", "scripts": { @@ -8,7 +8,7 @@ "test": "$npm_execpath run build && ava -- ./build/coin_flip.wasm" }, "dependencies": { - "near-sdk-js": "1.0.0" + "near-sdk-js": "2.0.0" }, "devDependencies": { "ava": "^6.1.3",