Skip to content

Commit

Permalink
v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
menahishayan committed Sep 30, 2020
1 parent a6e2584 commit 7a892d0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
Binary file modified ._tplink_hass.code-workspace
Binary file not shown.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Home Assistant TP Link Router
Home Assistant component for complete router administration of the TP Link Archer C50 and the TP Link N600 based on the [TP-Link Router API](https://github.com/menahishayan/TP-Link-Archer-C50-API.git)

**v1.0.0**
**v1.0.1**

## Installation

Expand Down Expand Up @@ -85,5 +85,7 @@ This integration is merely a Home Assistant interface for the [TP-Link Router AP
For improvements in how this integration actually interfaces the API with Home Assisant's developer modules, you may make a pull request here.
## Changelog
### v1.0.1
- Fix Github incorrect release
### v1.0.0
- First Production Release
2 changes: 1 addition & 1 deletion custom_components/tplink_router/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import logging

__version__ = '1.0.0'
__version__ = '1.0.1'

_LOGGER = logging.getLogger(__name__)

Expand Down

0 comments on commit 7a892d0

Please sign in to comment.