Skip to content

Commit

Permalink
Release v0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
umpirsky committed Apr 4, 2016
1 parent 07bcb30 commit 5a7a1cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ You can run these commands to easily access ``symfony-upgrade-fixer`` from anywh
your system:

```bash
$ sudo wget https://github.com/umpirsky/Symfony-Upgrade-Fixer/releases/download/v0.1.3/symfony-upgrade-fixer.phar -O /usr/local/bin/symfony-upgrade-fixer
$ sudo wget https://github.com/umpirsky/Symfony-Upgrade-Fixer/releases/download/v0.1.4/symfony-upgrade-fixer.phar -O /usr/local/bin/symfony-upgrade-fixer
$ sudo chmod a+x /usr/local/bin/symfony-upgrade-fixer
```
Then, just run ``symfony-upgrade-fixer``.
Expand Down
2 changes: 1 addition & 1 deletion src/Symfony/Upgrade/Fixer.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

class Fixer
{
const VERSION = '0.1.3';
const VERSION = '0.1.4';

private $fixers = [];
private $finder;
Expand Down

0 comments on commit 5a7a1cc

Please sign in to comment.