Skip to content

Commit

Permalink
fix: Upped version number
Browse files Browse the repository at this point in the history
  • Loading branch information
kverqus committed Aug 21, 2023
1 parent aa913d0 commit 8f032ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion custom_components/hassam/const.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from homeassistant.const import CONF_NAME
from datetime import timedelta

__version__ = "0.0.1"
__version__ = "1.0.0"
VERSION = __version__
DOMAIN = "hassam"

Expand Down
2 changes: 1 addition & 1 deletion custom_components/hassam/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
"requirements": [
"httpx>0.12.1"
],
"version": "0.1.0"
"version": "1.0.0"
}

0 comments on commit 8f032ae

Please sign in to comment.