Skip to content

Commit 1fb2621

Browse files
author
Rafael Grigorian
committed
Released Version 2.0.2
1 parent eab5e76 commit 1fb2621

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# MageRepo CLI Tool
22
> Cross-platform CLI tool to interact with the MageRepo API
33
4-
![](https://img.shields.io/badge/License-MIT-lightgrey.svg?style=for-the-badge)
5-
![](https://img.shields.io/badge/Version-2.0.1-lightgrey.svg?style=for-the-badge)
6-
![](https://img.shields.io/badge/Stability-Stable-lightgrey.svg?style=for-the-badge)
4+
![](https://img.shields.io/badge/License-MIT-lightgrey.svg?style=for-the-badge&labelColor=89BA40&color=282F38)
5+
![](https://img.shields.io/badge/Version-2.0.2-lightgrey.svg?style=for-the-badge&labelColor=89BA40&color=282F38)
6+
![](https://img.shields.io/badge/Stability-Stable-lightgrey.svg?style=for-the-badge&labelColor=89BA40&color=282F38)
77

88
<p align="center" >
99
<img src="docs/images/preview.png" width="100%" />

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "magerepo-cli",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"description": "Cross-platform CLI tool to interact with the MageRepo API",
55
"main": "src/index.js",
66
"repository": "[email protected]:magerepo/magerepo-cli.git",

src/context.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const strip = require ("strip-ansi")
66
const targz = require ("targz")
77
const { load } = require ("./account")
88

9-
const VERSION = "2.0.1"
9+
const VERSION = "2.0.2"
1010
const API_BASE_URL = "https://api.magerepo.com"
1111

1212
class Context {

0 commit comments

Comments
 (0)