Skip to content

Commit

Permalink
👌 IMPROVE: update dev
Browse files Browse the repository at this point in the history
  • Loading branch information
unl0ck committed Sep 11, 2024
1 parent 38fa53a commit 31cfeb2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion GridboxConnectorAddon-dev/config.yaml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
3 changes: 2 additions & 1 deletion copy_to_dev.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
#sed -i "s/version: \"$current_version\"/version: \"$new_version\"/g" $yaml_datei
sed -i "s/^version: \".*\"/version: \"$new_version\"/" $yaml_datei

0 comments on commit 31cfeb2

Please sign in to comment.