diff --git a/Makefile b/Makefile index 50c6c98..e390eee 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -__VERSION__ = "2021.3.3" +__VERSION__ = "2021.3.4" 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/const.py b/custom_components/norwegiantide/const.py index 78d3e86..106833d 100644 --- a/custom_components/norwegiantide/const.py +++ b/custom_components/norwegiantide/const.py @@ -5,7 +5,7 @@ NAME = "Norwegian Tide" DOMAIN = "norwegiantide" DOMAIN_DATA = f"{DOMAIN}_data" -VERSION = "2021.3.3" +VERSION = "2021.3.4" ATTRIBUTION = "Data from ©Kartverket (www.kartverket.no)" MANUFACTURER = "kartverket.no" ISSUE_URL = "https://github.com/tmjo/ha-norwegiantide/issues" diff --git a/custom_components/norwegiantide/manifest.json b/custom_components/norwegiantide/manifest.json index 262f735..731da22 100644 --- a/custom_components/norwegiantide/manifest.json +++ b/custom_components/norwegiantide/manifest.json @@ -1,7 +1,7 @@ { "domain": "norwegiantide", "name": "Norwegian Tide", - "version": "2021.3.3", + "version": "2021.3.4", "documentation": "https://github.com/tmjo/ha-norwegiantide", "issue_tracker": "https://github.com/tmjo/ha-norwegiantide/issues", "dependencies": [],