diff --git a/package-lock.json b/package-lock.json index 4fc274c..c813eb5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@toruslabs/torus.js", - "version": "16.0.0", + "version": "17.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@toruslabs/torus.js", - "version": "16.0.0", + "version": "17.0.0", "license": "MIT", "dependencies": { "@noble/curves": "^2.0.1", diff --git a/package.json b/package.json index 01a9038..1b63a76 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@toruslabs/torus.js", - "version": "16.0.0", + "version": "17.0.0", "description": "Handle communication with torus nodes", "main": "dist/lib.cjs/index.js", "module": "dist/lib.esm/index.js",