From 31cfeb2102117f09a765c76e7ed59db68969723f Mon Sep 17 00:00:00 2001 From: unl0ck Date: Wed, 11 Sep 2024 11:30:58 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=8C=20IMPROVE:=20update=20dev?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- GridboxConnectorAddon-dev/config.yaml | 2 +- copy_to_dev.sh | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/GridboxConnectorAddon-dev/config.yaml b/GridboxConnectorAddon-dev/config.yaml index d940576..7caf9b2 100644 --- a/GridboxConnectorAddon-dev/config.yaml +++ b/GridboxConnectorAddon-dev/config.yaml @@ -1,6 +1,6 @@ # https://developers.home-assistant.io/docs/add-ons/configuration#add-on-config name: Viessmann Gridbox Connector (dev) -version: "2.8.4" +version: "2.9.0" slug: "gridbox_connector_dev" description: Development version of Viessmann Gridbox Connector url: "https://github.com/unl0ck/homeassistant-addon-viessmann-gridbox/tree/main/GridboxConnectorAddon-dev" diff --git a/copy_to_dev.sh b/copy_to_dev.sh index 52a3cf9..e6ef73d 100755 --- a/copy_to_dev.sh +++ b/copy_to_dev.sh @@ -17,4 +17,5 @@ echo "New version: $new_version" #sed -i "s/version: \"$current_version\"/version: \"$new_version\"/g" $yaml_datei #sed -i "" "s/version: \"$current_version\"/version: \"$new_version\"/g" $yaml_datei -sed -i "s/version: \"$current_version\"/version: \"$new_version\"/g" $yaml_datei \ No newline at end of file +#sed -i "s/version: \"$current_version\"/version: \"$new_version\"/g" $yaml_datei +sed -i "s/^version: \".*\"/version: \"$new_version\"/" $yaml_datei \ No newline at end of file