diff --git a/Makefile b/Makefile index c682099..db0645e 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -__VERSION__ = "2022.01.2" +__VERSION__ = "2022.01.3" bump: bump2version --allow-dirty --current-version $(__VERSION__) patch Makefile custom_components/norwegiantide/const.py custom_components/norwegiantide/manifest.json diff --git a/custom_components/norwegiantide/api.py b/custom_components/norwegiantide/api.py index b2b68a3..26d1fdd 100644 --- a/custom_components/norwegiantide/api.py +++ b/custom_components/norwegiantide/api.py @@ -22,7 +22,7 @@ API_ATTRIBUTION = "Data from ©Kartverket (www.kartverket.no)" API_ATTRIBUTION_URL = "http://sehavniva.no/" API_NAME = "norwegiantide" -VERSION = "2022.01.2" +VERSION = "2022.01.3" API_USER_AGENT = f"{API_NAME}/{VERSION} https://github.com/tmjo/ha-norwegiantide" API_PREDICTION = "prediction" API_OBSERVATION = "observation" diff --git a/custom_components/norwegiantide/const.py b/custom_components/norwegiantide/const.py index bed8d1e..9ac0004 100644 --- a/custom_components/norwegiantide/const.py +++ b/custom_components/norwegiantide/const.py @@ -7,7 +7,7 @@ NAME = "Norwegian Tide" DOMAIN = "norwegiantide" DOMAIN_DATA = f"{DOMAIN}_data" -VERSION = "2022.01.2" +VERSION = "2022.01.3" ATTRIBUTION = "Data from ©Kartverket (www.kartverket.no)" MANUFACTURER = f"{NAME}" ISSUE_URL = "https://github.com/tmjo/ha-norwegiantide/issues" diff --git a/custom_components/norwegiantide/manifest.json b/custom_components/norwegiantide/manifest.json index e4ca327..7afc284 100644 --- a/custom_components/norwegiantide/manifest.json +++ b/custom_components/norwegiantide/manifest.json @@ -1,7 +1,7 @@ { "domain": "norwegiantide", "name": "Norwegian Tide", - "version": "2022.01.2", + "version": "2022.01.3", "documentation": "https://github.com/tmjo/ha-norwegiantide", "issue_tracker": "https://github.com/tmjo/ha-norwegiantide/issues", "dependencies": [],