Skip to content

Commit

Permalink
Bump version to 2.0.1
Browse files Browse the repository at this point in the history
Signed-off-by: Anton Kikin <a.kikin@tano-systems.com>
  • Loading branch information
namedun committed Apr 20, 2020
1 parent 0e190a7 commit b513c0d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ All dates in this document are in `DD.MM.YYYY` format.

*Nothing yet*

## [Version 2.0.1] (21.04.2020)
### Fixed
- Fixed application menu and ACL's.

## [Version 2.0.0] (20.04.2020)
### Changed
- Converted to client side rendering.
Expand Down Expand Up @@ -107,6 +111,7 @@ All dates in this document are in `DD.MM.YYYY` format.
Initial release

[Unreleased]: https://github.com/tano-systems/luci-app-tn-mstpd/tree/master
[Version 2.0.1]: https://github.com/tano-systems/luci-app-tn-mstpd/releases/tag/v2.0.1
[Version 2.0.0]: https://github.com/tano-systems/luci-app-tn-mstpd/releases/tag/v2.0.0
[Version 1.3.2]: https://github.com/tano-systems/luci-app-tn-mstpd/releases/tag/v1.3.2
[Version 1.3.1]: https://github.com/tano-systems/luci-app-tn-mstpd/releases/tag/v1.3.1
Expand Down
2 changes: 1 addition & 1 deletion htdocs/luci-static/resources/mstpd.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
'require session';
'require uci';

const appVersion = '2.0.0';
const appVersion = '2.0.1';
const appHomeUrl = 'https://github.com/tano-systems/luci-app-tn-mstpd';

const appFooter = E('div', { 'class': 'cbi-section' }, [
Expand Down

0 comments on commit b513c0d

Please sign in to comment.