diff --git a/docs/01_Installation.md b/docs/01_Installation.md index 378f01b2..3593e914 100644 --- a/docs/01_Installation.md +++ b/docs/01_Installation.md @@ -5,7 +5,7 @@ The easiest way to get it working is to download a tagged phpsa.phar release, and put this on your path. For example: ``` -wget https://github.com/ovr/phpsa/releases/download/0.6.0/phpsa.phar +wget https://github.com/ovr/phpsa/releases/download/0.6.1/phpsa.phar chmod +x phpsa.phar sudo mv phpsa.phar /usr/local/bin/phpsa ``` diff --git a/docs/02_Usage.md b/docs/02_Usage.md index ce72ba8f..7e5fb2af 100644 --- a/docs/02_Usage.md +++ b/docs/02_Usage.md @@ -4,7 +4,7 @@ You can change the configuration by editing .phpsa.yml in the root directory. He ```sh $ ./bin/phpsa -PHP Smart Analyzer version 0.6.0 +PHP Smart Analyzer version 0.6.1 Usage: command [options] [arguments] diff --git a/src/Application.php b/src/Application.php index 76056e9c..06c57588 100644 --- a/src/Application.php +++ b/src/Application.php @@ -22,7 +22,7 @@ class Application extends \Symfony\Component\Console\Application */ public $compiler; - const VERSION = '0.6.0'; + const VERSION = '0.6.1'; /** * Starts the application.