Skip to content

Commit

Permalink
Version 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
umpirsky committed Dec 3, 2015
1 parent 180d267 commit 7564955
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -16,7 +16,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.2/symfony-upgrade-fixer.phar -O /usr/local/bin/symfony-upgrade-fixer
$ 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 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
Expand Up @@ -12,7 +12,7 @@

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

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

0 comments on commit 7564955

Please sign in to comment.