Skip to content

Commit

Permalink
Bump version to 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Limych committed Jan 4, 2022
1 parent 7137c78 commit 637ffba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion custom_components/snowtire/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# Base component constants
NAME = "Snowtire Sensor"
DOMAIN = "snowtire"
VERSION = "1.4.1-alpha"
VERSION = "1.4.1"
ISSUE_URL = "https://github.com/Limych/ha-snowtire/issues"

STARTUP_MESSAGE = f"""
Expand Down
2 changes: 1 addition & 1 deletion custom_components/snowtire/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"domain": "snowtire",
"name": "Snowtire Sensor",
"version": "1.4.1-alpha",
"version": "1.4.1",
"documentation": "https://github.com/Limych/ha-snowtire",
"issue_tracker": "https://github.com/Limych/ha-snowtire/issues",
"dependencies": [
Expand Down

0 comments on commit 637ffba

Please sign in to comment.