From 294c6ad459743c98b076f219cb5e1e246a1af45a Mon Sep 17 00:00:00 2001 From: Guillermo Ruffino Date: Tue, 19 Jan 2021 15:52:57 -0300 Subject: [PATCH] Bump version to v1.3.1 --- esphomeflasher/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/esphomeflasher/const.py b/esphomeflasher/const.py index 4ee0d88..4e41f39 100644 --- a/esphomeflasher/const.py +++ b/esphomeflasher/const.py @@ -1,6 +1,6 @@ import re -__version__ = "1.3.0" +__version__ = "1.3.1" 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/' \