diff --git a/package-lock.json b/package-lock.json index 67f4a5e..96d7b42 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "xumm-sdk", - "version": "1.9.1", + "version": "1.9.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "xumm-sdk", - "version": "1.9.1", + "version": "1.9.2", "license": "MIT", "dependencies": { "@types/websocket": "^1.0.5", diff --git a/package.json b/package.json index 4e91079..944b698 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xumm-sdk", - "version": "1.9.1", + "version": "1.9.2", "description": "Interact with the Xumm Developer API", "main": "dist/src/index.js", "types": "dist/src/index.d.ts",