From 53d86ea01ac70c564c586e1539dd587f66e2311b Mon Sep 17 00:00:00 2001 From: Jason <37859597+zachowj@users.noreply.github.com> Date: Mon, 2 Oct 2023 14:31:41 -0700 Subject: [PATCH] chore: Update version in manifest --- custom_components/nodered/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/nodered/manifest.json b/custom_components/nodered/manifest.json index 3136764..bc57cdd 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": "3.0.0" + "version": "3.0.1" }