From f1fd2a63837eed6b535161240220f57e962ef8c1 Mon Sep 17 00:00:00 2001 From: Rafael Grigorian Date: Fri, 14 Jun 2019 11:28:22 -0500 Subject: [PATCH] Released Version 2.0.1 --- README.md | 4 ++-- package.json | 2 +- src/context.js | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e824de7..eb66add 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ > Cross-platform CLI tool to interact with the MageRepo API ![](https://img.shields.io/badge/License-MIT-lightgrey.svg?style=for-the-badge) -![](https://img.shields.io/badge/Version-2.0.0-lightgrey.svg?style=for-the-badge) +![](https://img.shields.io/badge/Version-2.0.1-lightgrey.svg?style=for-the-badge) ![](https://img.shields.io/badge/Stability-Stable-lightgrey.svg?style=for-the-badge)

@@ -10,7 +10,7 @@

- + ## About diff --git a/package.json b/package.json index dd2a1b0..319b4c4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "magerepo-cli", - "version": "2.0.0", + "version": "2.0.1", "description": "Cross-platform CLI tool to interact with the MageRepo API", "main": "src/index.js", "repository": "git@github.com:magerepo/magerepo-cli.git", diff --git a/src/context.js b/src/context.js index 9c0300a..81d79ce 100644 --- a/src/context.js +++ b/src/context.js @@ -7,7 +7,7 @@ const targz = require ("targz") const shell = require ("shelljs") const { load } = require ("./account") -const VERSION = "2.0.0" +const VERSION = "2.0.1" const API_BASE_URL = "https://api.magerepo.com" class Context {