diff --git a/Makefile b/Makefile index db0645e..ee2ff0b 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -__VERSION__ = "2022.01.3" +__VERSION__ = "0.1.1" 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 26d1fdd..9885bac 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.3" +VERSION = "0.1.1" 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 9ac0004..d11f3b9 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.3" +VERSION = "0.1.1" 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 db98249..77bae67 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.3", + "version": "0.1.1", "documentation": "https://github.com/tmjo/ha-norwegiantide", "issue_tracker": "https://github.com/tmjo/ha-norwegiantide/issues", "dependencies": [],