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 Dec 6, 2020
1 parent a43d2b7 commit e853e51
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ All dates in this document are in `DD.MM.YYYY` format.

## [Unreleased]

**Nothing yet**

## [Version 2.0.1] (06.12.2020)
### Fixed
- Fixed IE11 compatibility.
- Fixed Rx interface statistics display.
Expand Down Expand Up @@ -90,6 +93,7 @@ All dates in this document are in `DD.MM.YYYY` format.
Initial release

[Unreleased]: https://github.com/tano-systems/luci-app-tn-lldpd/tree/master
[Version 2.0.1]: https://github.com/tano-systems/luci-app-tn-lldpd/releases/tag/v2.0.1
[Version 2.0.0]: https://github.com/tano-systems/luci-app-tn-lldpd/releases/tag/v2.0.0
[Version 1.3.0]: https://github.com/tano-systems/luci-app-tn-lldpd/releases/tag/v1.3.0
[Version 1.2.2]: https://github.com/tano-systems/luci-app-tn-lldpd/releases/tag/v1.2.2
Expand Down
2 changes: 1 addition & 1 deletion htdocs/luci-static/resources/lldpd.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,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-lldpd';

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

0 comments on commit e853e51

Please sign in to comment.