Skip to content

Commit

Permalink
Update version app to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
maidmaid committed Sep 28, 2015
1 parent af6e69c commit 40b0426
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
vendor/
vendor/
.idea/
cffie.phar
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Installation
------------

```
$ sudo curl -LsS https://github.com/maidmaid/cffie/releases/download/v0.1/cffie.phar -o /usr/local/bin/cffie
$ sudo curl -LsS https://github.com/maidmaid/cffie/releases/download/v0.1.1/cffie.phar -o /usr/local/bin/cffie
$ sudo chmod a+x /usr/local/bin/cffie
```

Expand Down
2 changes: 1 addition & 1 deletion src/Console/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class Application extends BaseApplication
{
public function __construct()
{
parent::__construct('CFFie', '0.1.0');
parent::__construct('CFFie', '0.1.1');
}

protected function getDefaultCommands()
Expand Down

0 comments on commit 40b0426

Please sign in to comment.