Skip to content

Commit

Permalink
Version, mention Wiki
Browse files Browse the repository at this point in the history
  • Loading branch information
danielperna84 committed Feb 23, 2020
1 parent 985243d commit cc0cb9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hass_wh_triggers/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
RP = PublicKeyCredentialRpEntity(RP_ID, "HASS-WH-Triggers")
server = Fido2Server(RP)

VERSION = "0.0.3"
VERSION = "0.0.5"
if isinstance(app.secret_key, bytes):
ENCRYPTION_KEY = app.secret_key
else:
Expand Down
2 changes: 1 addition & 1 deletion hass_wh_triggers/templates/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<h4 class="title is-4">About</h4>
<p>Version: {{ version }}<br />
<p>Developed by: <a href="https://github.com/danielperna84" title="Link to GitHub profile">danielperna84</a><br />
Repository: <a href="https://github.com/danielperna84/hass-wh-triggers" title="Link to GitHub repository">HASS-WH-Triggers</a></p>
Repository and Wiki: <a href="https://github.com/danielperna84/hass-wh-triggers" title="Link to GitHub repository">HASS-WH-Triggers</a></p>
<hr>
<h5 class="title is-5">Main dependencies</h5>
<ul>
Expand Down

0 comments on commit cc0cb9d

Please sign in to comment.