diff --git a/package-lock.json b/package-lock.json index ec280e1b..2d89720c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@lighthouse-web3/sdk", - "version": "3.0.0", + "version": "0.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@lighthouse-web3/sdk", - "version": "3.0.0", + "version": "0.3.0", "license": "MIT", "dependencies": { "@lighthouse-web3/kavach": "^0.1.4", diff --git a/package.json b/package.json index 3b0e75e7..85c9fb4a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@lighthouse-web3/sdk", - "version": "3.0.0", + "version": "0.3.0", "description": "NPM package and CLI tool to interact with lighthouse protocol", "main": "./dist/Lighthouse/index.js", "types": "./dist/Lighthouse/index.d.ts", diff --git a/src/Commands/index.ts b/src/Commands/index.ts index 118c0441..d995a0cf 100644 --- a/src/Commands/index.ts +++ b/src/Commands/index.ts @@ -72,7 +72,7 @@ Command.prototype.helpInformation = function (context: any) { } widgets.addHelpText('before', 'Welcome to lighthouse-web3') -widgets.version('0.2.9') +widgets.version('0.3.0') widgets .command('wallet')