From 127731e221c53df61313f3f5ee7ae3a9479b0cb8 Mon Sep 17 00:00:00 2001 From: Otto Winter Date: Thu, 24 Oct 2019 16:10:54 +0200 Subject: [PATCH] Bump version to 1.2.0 --- esphomeflasher/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/esphomeflasher/const.py b/esphomeflasher/const.py index 09dff6b..2210062 100644 --- a/esphomeflasher/const.py +++ b/esphomeflasher/const.py @@ -1,6 +1,6 @@ import re -__version__ = "1.1.0" +__version__ = "1.2.0" ESP32_DEFAULT_OTA_DATA = 'https://raw.githubusercontent.com/espressif/arduino-esp32/1.0.0/tools/partitions/boot_app0.bin' ESP32_DEFAULT_BOOTLOADER_FORMAT = 'https://raw.githubusercontent.com/espressif/arduino-esp32/' \