Skip to content

Commit

Permalink
[Improved] Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
nfourtythree committed May 10, 2017
1 parent 8af0a2e commit e6d52af
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion BorisPlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ public function getReleaseFeedUrl()
*/
public function getVersion()
{
return '1.0.0';
return '1.1.0';
}

/**
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Boris Changelog

## 1.1.0 -- 2017.05.10

* [Added] Added ability to protect categories

## 1.0.0 -- 2017.05.09

* Initial release
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": "1.1.0",
"downloadUrl": "https://github.com/webdna/boris/archive/1.1.0.zip",
"date": "2017-05-10T09:08:22.992Z",
"notes": [
"[Added] Added ability to protect categories"
]
},
{
"version": "1.0.0",
"downloadUrl": "https://github.com/webdna/boris/archive/1.0.0.zip",
Expand Down

0 comments on commit e6d52af

Please sign in to comment.