diff --git a/README.md b/README.md index 10cbe17..32ec7b0 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ To run the UnifiedPush Client you will need to have [node](https://nodejs.org/) Run ```bash -npm install -g unifiedpush-cli +npm install -g @aerogear/unifiedpush-cli ``` That will install the latest version of the _UnifiedPush Client CLI_ in your machine. diff --git a/package-lock.json b/package-lock.json index 1e781d4..13bbc29 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "unifiedpush-cli", - "version": "0.0.1-alpha.0", + "version": "0.0.1-alpha.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index eae18ea..7925906 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@aerogear/unifiedpush-cli", - "version": "0.0.1-alpha.0", + "version": "0.0.1-alpha.1", "description": "UnifiedPush Server CLI client", "main": "build/src/index.js", "bin": {