diff --git a/custom_components/nodered/const.py b/custom_components/nodered/const.py index 7e985e7..68ef908 100644 --- a/custom_components/nodered/const.py +++ b/custom_components/nodered/const.py @@ -2,7 +2,7 @@ # Base component constants DOMAIN = "nodered" DOMAIN_DATA = f"{DOMAIN}_data" -VERSION = "1.4.0" +VERSION = "1.5.0" ISSUE_URL = "https://github.com/zachowj/hass-node-red/issues" diff --git a/custom_components/nodered/manifest.json b/custom_components/nodered/manifest.json index 5660d2f..2c04c97 100644 --- a/custom_components/nodered/manifest.json +++ b/custom_components/nodered/manifest.json @@ -7,5 +7,5 @@ "documentation": "https://zachowj.github.io/node-red-contrib-home-assistant-websocket/guide/custom_integration/", "iot_class": "local_push", "issue_tracker": "https://github.com/zachowj/hass-node-red/issues", - "version": "1.4.0" + "version": "1.5.0" }