From 6d17e54764cb09d2414b5129febf129d6fc54619 Mon Sep 17 00:00:00 2001 From: Massimiliano Ziccardi Date: Fri, 3 Apr 2020 18:51:37 +0200 Subject: [PATCH] Bumped version --- README.md | 2 +- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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": {