Skip to content

Commit 4460570

Browse files
author
esphomebot
committed
Bump version to v1.15.2
1 parent 0627f89 commit 4460570

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

esphome-beta/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@
4242
"stage": "experimental",
4343
"startup": "application",
4444
"url": "https://beta.esphome.io/",
45-
"version": "1.15.1",
45+
"version": "1.15.2",
4646
"webui": "http://[HOST]:[PORT:6052]"
4747
}

esphome/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@
4242
"stage": "stable",
4343
"startup": "application",
4444
"url": "https://esphome.io/",
45-
"version": "1.15.1",
45+
"version": "1.15.2",
4646
"webui": "http://[HOST]:[PORT:6052]"
4747
}

template/config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ esphome-beta:
5656
<<: *base
5757
directory: esphome-beta
5858
name: ESPHome (beta)
59-
version: '1.15.1' # BETA
59+
version: '1.15.2' # BETA
6060
slug: esphome-beta
6161
description: "Beta version of ESPHome Hass.io add-on."
6262
url: https://beta.esphome.io/
@@ -68,7 +68,7 @@ esphome-stable:
6868
<<: *base
6969
directory: esphome
7070
name: ESPHome
71-
version: '1.15.1' # STABLE
71+
version: '1.15.2' # STABLE
7272
slug: esphome
7373
description: "ESPHome Hass.io add-on for intelligently managing all your ESP8266/ESP32 devices."
7474
image: esphome/esphome-hassio-{arch}

0 commit comments

Comments
 (0)