Skip to content

Commit

Permalink
Merge branch 'hotfix/0.5.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
bobthecow committed Jul 3, 2015
2 parents a626a96 + d4d1058 commit e5a46a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -16,7 +16,7 @@
"php": ">=5.3.9",
"symfony/console": "~2.3.10|^2.4.2|~3.0",
"symfony/var-dumper": "~2.7|~3.0",
"nikic/php-parser": "~1.2.1",
"nikic/php-parser": "^1.2.1",
"dnoegel/php-xdg-base-dir": "0.1",
"jakub-onderka/php-console-highlighter": "0.3.*"
},
Expand Down
2 changes: 1 addition & 1 deletion src/Psy/Shell.php
Expand Up @@ -41,7 +41,7 @@
*/
class Shell extends Application
{
const VERSION = 'v0.5.0';
const VERSION = 'v0.5.1';

const PROMPT = '>>> ';
const BUFF_PROMPT = '... ';
Expand Down

0 comments on commit e5a46a7

Please sign in to comment.