Skip to content
This repository has been archived by the owner on Sep 24, 2020. It is now read-only.

Commit

Permalink
Bump version 😺
Browse files Browse the repository at this point in the history
  • Loading branch information
ovr committed May 24, 2016
1 parent 7e281f1 commit 1fec581
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .pharcc.yml
Expand Up @@ -6,6 +6,6 @@ include:
exclude:
- /[Tt]ests?/
- Test\.php$
- example
- sandbox
- .*\.(xml|md|json|lock|ini)$
- LICENSE
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -89,7 +89,7 @@ What is needed or planned as future.
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.3.0/phpsa.phar
wget https://github.com/ovr/phpsa/releases/download/0.5.0/phpsa.phar
chmod +x phpsa.phar
sudo mv phpsa.phar /usr/local/bin/phpsa
```
Expand Down Expand Up @@ -137,7 +137,7 @@ php -n -d xdebug.enable=0 -f ./bin/phpsa

```sh
$ ./bin/phpsa
PHP Smart Analyzer version 0.4.0 #10bb43b
PHP Smart Analyzer version 0.5.0

Usage:
command [options] [arguments]
Expand Down
2 changes: 1 addition & 1 deletion src/Application.php
Expand Up @@ -24,7 +24,7 @@ class Application extends \Symfony\Component\Console\Application
*/
public $compiler;

const VERSION = '0.4.1-dev';
const VERSION = '0.5.0';

public function __construct()
{
Expand Down

0 comments on commit 1fec581

Please sign in to comment.