Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
faf committed Sep 24, 2018
1 parent 001cb35 commit 471a312
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 @@ -126,7 +126,7 @@ public function run()
*/
public static function getVersion()
{
return '1.0.1';
return '1.0.2';
}

/**
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": "1.0.1",
"version": "1.0.2",
"devDependencies": {
"gulp": "~3.8.10",
"event-stream": "~3.1.7",
Expand Down

0 comments on commit 471a312

Please sign in to comment.