Skip to content

Commit

Permalink
update author and plugin info
Browse files Browse the repository at this point in the history
  • Loading branch information
Wesley Luyten committed Sep 13, 2016
1 parent f84aff2 commit 8100a66
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions PollsPlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,17 @@ public function getName()

public function getVersion()
{
return '0.0.1';
return '1.0.0';
}

public function getDeveloper()
{
return 'luwes';
return 'Wesley Luyten';
}

public function getDeveloperUrl()
{
return 'http://luwes.co';
return 'https://wesleyluyten.com';
}

public function hasCpSection()
Expand Down

0 comments on commit 8100a66

Please # to comment.