Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
faf committed Sep 27, 2018
1 parent 8b0e748 commit f37e846
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public function run()
*/
public static function getVersion()
{
return '0.1.0';
return '0.1.1';
}

/**
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.1.0",
"version": "0.1.1",
"devDependencies": {
"gulp": ">3.8.10",
"event-stream": ">3.1.7",
Expand Down

0 comments on commit f37e846

Please sign in to comment.