Skip to content

Commit

Permalink
Incrementing version to 1.13.3
Browse files Browse the repository at this point in the history
Made a mistake in previous release by not incrementing the version number here. Will release a new version rather than simply updating the 1.13.2 version.
  • Loading branch information
orware authored Jan 11, 2020
1 parent aa4b2e0 commit 66708eb
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 @@ -157,7 +157,7 @@ public function getPluginAuthor()

public function getPluginVersion()
{
return '1.13.1';
return '1.13.3';
}

public function getPluginHomepage()
Expand Down

0 comments on commit 66708eb

Please sign in to comment.