From 1fb2621acffd7f72b6794db83ad42f20f8dea93b Mon Sep 17 00:00:00 2001 From: Rafael Grigorian Date: Mon, 6 Jul 2020 11:58:04 -0500 Subject: [PATCH] Released Version 2.0.2 --- README.md | 6 +++--- package.json | 2 +- src/context.js | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index eb66add..6eadd71 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ # MageRepo CLI Tool > 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.1-lightgrey.svg?style=for-the-badge) -![](https://img.shields.io/badge/Stability-Stable-lightgrey.svg?style=for-the-badge) +![](https://img.shields.io/badge/License-MIT-lightgrey.svg?style=for-the-badge&labelColor=89BA40&color=282F38) +![](https://img.shields.io/badge/Version-2.0.2-lightgrey.svg?style=for-the-badge&labelColor=89BA40&color=282F38) +![](https://img.shields.io/badge/Stability-Stable-lightgrey.svg?style=for-the-badge&labelColor=89BA40&color=282F38)

diff --git a/package.json b/package.json index 44ccf26..de91d59 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "magerepo-cli", - "version": "2.0.1", + "version": "2.0.2", "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 76729a5..b334da5 100644 --- a/src/context.js +++ b/src/context.js @@ -6,7 +6,7 @@ const strip = require ("strip-ansi") const targz = require ("targz") const { load } = require ("./account") -const VERSION = "2.0.1" +const VERSION = "2.0.2" const API_BASE_URL = "https://api.magerepo.com" class Context {