Skip to content

Commit

Permalink
Doc: update release download link
Browse files Browse the repository at this point in the history
  • Loading branch information
satrun77 committed Jun 14, 2019
1 parent 8894206 commit ccfb1ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

Commands to help you manage local development environment.

[![Minimum PHP Version](https://img.shields.io/badge/php-%3E%3D%205.6-8892BF.svg?style=flat-square)](https://php.net/)
[![Minimum PHP Version](https://img.shields.io/badge/php-%3E%3D%207.1-8892BF.svg?style=flat-square)](https://php.net/)

Installation
--------------------

```bash
$ wget https://github.com/satrun77/moo-command/releases/download/v1.0.0-alpha8/moo.phar
$ wget https://github.com/satrun77/moo-command/releases/download/v1.0.0-alpha9/moo.phar

$ chmod +x moo.phar

Expand Down
2 changes: 1 addition & 1 deletion src/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
use MooCommand\Console\Helper\ShellHelper;
use Symfony\Component\Console\Application;

$application = new Application('Moo Development Console', '1.0.0-alpha8');
$application = new Application('Moo Development Console', '1.0.0-alpha9');

// Console helpers
$application->getHelperSet()->set(new ConfigHelper());
Expand Down

0 comments on commit ccfb1ff

Please sign in to comment.