Skip to content

Commit

Permalink
Adds correct version in plugin file.
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Malven committed Nov 7, 2017
1 parent a0a3152 commit ed581b7
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,8 @@
### Added
- MIT license in composer.json

## 1.0.3 -- 2017-11-07
### Added
- Correct version in plugin

Brought to you by [Chris Malven](http://malven.co)
2 changes: 1 addition & 1 deletion GuidesPlugin.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.3';
}

/**
Expand Down
8 changes: 8 additions & 0 deletions releases.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,13 @@
"notes": [
"[Added] MIT license in composer.json"
]
},
{
"version": "1.0.3",
"downloadUrl": "https://github.com/cmalven/guides/archive/master.zip",
"date": "2017-11-07T20:20:37.699Z",
"notes": [
"[Added] Added correct version to plugin."
]
}
]

0 comments on commit ed581b7

Please sign in to comment.