Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
faf committed Mar 11, 2019
1 parent b62f3fb commit d53d90c
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 @@ -161,7 +161,7 @@ protected function checkAdmin()
*/
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.3.4",
Expand Down

0 comments on commit d53d90c

Please sign in to comment.