Merge pull request #10 from Mibew/0.4.0

New release
This commit is contained in:
罗光盛 2017-03-29 07:05:47 -05:00 committed by GitHub
commit 0269150a5f
2 changed files with 2 additions and 2 deletions

View File

@ -46,6 +46,6 @@ class Plugin extends \Mibew\Plugin\AbstractPlugin implements \Mibew\Plugin\Plugi
*/
public static function getVersion()
{
return '0.3.0';
return '0.4.0';
}
}

View File

@ -1,5 +1,5 @@
{
"version": "0.3.0",
"version": "0.4.0",
"devDependencies": {
"event-stream": "~3.3.1",
"gulp": "^3.9.1",