Skip to content

Commit

Permalink
prepare 0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-therond committed Feb 27, 2020
1 parent eb9e8b1 commit b106db7
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Your composer.json looks like this one :
"name": "Example",
"description": "Example of use of Progpilot",
"require": {
"designsecurity/progpilot": "^0.6"
"designsecurity/progpilot": "^0.7"
}
}
```
Expand Down
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ then
echo "generating phar"

php -d phar.readonly=off ${composertool} build .
mv ./rogpilot.phar ../../builds/${newfile}.phar
mv ./Progpilot.phar ../../builds/${newfile}.phar

rm composer.lock
rm -rf ./vendor/
Expand Down
Binary file removed builds/progpilot_dev20190702-151334.phar
Binary file not shown.
2 changes: 1 addition & 1 deletion package/src/progpilot/Console/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
class Application extends BaseApplication
{
const NAME = 'progpilot';
const VERSION = '0.6.0';
const VERSION = '0.7.0';

public function __construct()
{
Expand Down

0 comments on commit b106db7

Please # to comment.