Skip to content

Commit

Permalink
fix plugin version
Browse files Browse the repository at this point in the history
  • Loading branch information
lastlink committed Aug 31, 2018
1 parent 6f8ba32 commit a2df808
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ public function getPluginAuthor()

public function getPluginVersion()
{
return '0.2.7';
return '0.2.8';
}

public function getPluginHomepage()
Expand Down

0 comments on commit a2df808

Please sign in to comment.