Skip to content

Commit

Permalink
Bump version to 1.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Limych committed Jul 18, 2022
1 parent 2b612fe commit 901cbef
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion custom_components/snowtire/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# Base component constants
NAME: Final = "Snowtire Sensor"
DOMAIN: Final = "snowtire"
VERSION: Final = "1.4.3"
VERSION: Final = "1.4.4"
ISSUE_URL: Final = "https://github.com/Limych/ha-snowtire/issues"

STARTUP_MESSAGE: Final = f"""
Expand Down
30 changes: 15 additions & 15 deletions custom_components/snowtire/manifest.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"domain": "snowtire",
"name": "Snowtire Sensor",
"version": "1.4.3",
"documentation": "https://github.com/Limych/ha-snowtire",
"issue_tracker": "https://github.com/Limych/ha-snowtire/issues",
"dependencies": [
"weather"
],
"config_flow": false,
"codeowners": [
"@limych"
],
"requirements": [],
"iot_class": "calculated"
}
"domain": "snowtire",
"name": "Snowtire Sensor",
"version": "1.4.4",
"documentation": "https://github.com/Limych/ha-snowtire",
"issue_tracker": "https://github.com/Limych/ha-snowtire/issues",
"dependencies": [
"weather"
],
"config_flow": false,
"codeowners": [
"@limych"
],
"requirements": [],
"iot_class": "calculated"
}

0 comments on commit 901cbef

Please sign in to comment.