diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3033872..78a1286 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -2,6 +2,7 @@ on: push: branches: - 'master' + - 'feature/**' name: build dev version diff --git a/templates/index.html b/templates/index.html index 563d35c..a583357 100644 --- a/templates/index.html +++ b/templates/index.html @@ -193,7 +193,7 @@
diff --git a/version.sh b/version.sh index a13ca8c..ac10536 100755 --- a/version.sh +++ b/version.sh @@ -1 +1 @@ -ZIGBEE2MQTT_VERSION=1.41.0 +ZIGBEE2MQTT_VERSION=1.42.0