Skip to content

Commit

Permalink
adding releases and version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
nfourtythree committed Aug 25, 2016
1 parent 9a72ed1 commit 6444003
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion EntriesSubsetPlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ public function getReleaseFeedUrl()
*/
public function getVersion()
{
return '0.5.3';
return '0.5.4';
}

/**
Expand Down
8 changes: 8 additions & 0 deletions releases.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
[
{
"version": "0.5.4",
"downloadUrl": "https://github.com/nfourtythree/craft-entriessubset/archive/0.5.4.zip",
"date": "2016-08-25T12:17:00.111Z",
"notes": [
"Fixing issues with version numbers"
]
},
{
"version": "0.5.3",
"downloadUrl": "https://github.com/nfourtythree/craft-entriessubset/archive/0.5.3.zip",
Expand Down

0 comments on commit 6444003

Please sign in to comment.