Skip to content

Commit

Permalink
Released Version 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafael Grigorian committed Jun 14, 2019
1 parent 2d0ade9 commit f1fd2a6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
> 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)

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

<!-- ffmpeg -i ./movie.mov -vf "setpts=0.25*PTS" fast.mov -->
<!-- ffmpeg -i ./fast.mov -f apng -r 7 -loop 2 preview.png -->
<!-- ffmpeg -i ./fast.mov -f apng -r 7 -loop 0 preview.png -->

## About

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.0",
"version": "2.0.1",
"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 @@ -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 {
Expand Down

0 comments on commit f1fd2a6

Please sign in to comment.