Skip to content

Commit

Permalink
Update CountryDetectPlugin.php
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewfairlie authored Nov 4, 2017
1 parent 4b0fd01 commit 2075224
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CountryDetectPlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public function getReleaseFeedUrl()
*/
public function getVersion()
{
return '1.0.0';
return '1.0.1';
}

/**
Expand Down Expand Up @@ -118,4 +118,4 @@ public function onBeforeUninstall()
public function onAfterUninstall()
{
}
}
}

0 comments on commit 2075224

Please sign in to comment.