Skip to content

Commit

Permalink
Released Version 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafael Grigorian committed Jul 6, 2020
1 parent eab5e76 commit 1fb2621
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)

<p align="center" >
<img src="docs/images/preview.png" width="100%" />
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": "[email protected]:magerepo/magerepo-cli.git",
Expand Down
2 changes: 1 addition & 1 deletion src/context.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 1fb2621

Please sign in to comment.