Skip to content

Commit

Permalink
bump version number and add to release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
davist11 committed Sep 7, 2016
1 parent 350ed77 commit 99ed2c3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pendinguser/PendingUserPlugin.php
Expand Up @@ -15,7 +15,7 @@ public function getDescription()

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

public function getDeveloper()
Expand Down
6 changes: 6 additions & 0 deletions releases.json
@@ -1,4 +1,10 @@
[
{
"version": "1.0.1",
"downloadUrl": "https://github.com/vigetlabs/craft-pendinguser/archive/v1.0.1.zip",
"date": "2016-09-07T09:15:00-00:00",
"notes": "Add optional moderator email notification"
},
{
"version": "1.0.0",
"downloadUrl": "https://github.com/vigetlabs/craft-pendinguser/archive/v1.0.0.zip",
Expand Down

0 comments on commit 99ed2c3

Please sign in to comment.