diff --git a/README.md b/README.md index 4acdf1b..91482eb 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ __Install as Dependency in NodeJS Project__ npm config set @mintpond:registry https://npm.pkg.github.com/mintpond npm config set //npm.pkg.github.com/:_authToken -npm install @mintpond/mint-beam@0.4.0 --save +npm install @mintpond/mint-beam@0.5.0 --save ``` [Creating a personal access token](https://help.github.com/en/github/authenticating-to-github/creating-a-personal-access-token-for-the-command-line) diff --git a/package-lock.json b/package-lock.json index 10ddd3c..b00ee04 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@mintpond/mint-beam", - "version": "0.4.0", + "version": "0.5.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 1a1ec90..0574d76 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mintpond/mint-beam", - "version": "0.4.0", + "version": "0.5.0", "description": "Beam Coin API clients and utils for NodeJS", "author": "JCThePants", "main": "index.js",