Merge pull request #115 from runcommand/bump-0-3-0-beta

Bump version to 0.3.0-beta
This commit is contained in:
Daniel Bachhuber 2016-10-31 09:53:09 -07:00 committed by GitHub
commit 1a6b73bacc

View file

@ -4,15 +4,13 @@
"type": "wp-cli-package",
"homepage": "https://runcommand.io/wp/profile/",
"license": "MIT",
"version": "0.3.0-alpha",
"version": "0.3.0-beta",
"authors": [],
"minimum-stability": "dev",
"autoload": {
"files": [ "command.php" ]
},
"require": {
"wp-cli/wp-cli": "~0.23.0"
},
"require": {},
"require-dev": {
"behat/behat": "~2.5"
},