From 9b34fe1168bfbad0452ae9a8505caaf78166a921 Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Fri, 17 Nov 2023 14:17:05 +0100 Subject: [PATCH] v2.2.1 --- esp_flasher/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/esp_flasher/const.py b/esp_flasher/const.py index 1027340..763f67f 100644 --- a/esp_flasher/const.py +++ b/esp_flasher/const.py @@ -1,6 +1,6 @@ import re -__version__ = "2.2.0" +__version__ = "2.2.1" ESP32_DEFAULT_OTA_DATA = ( "https://raw.githubusercontent.com/Jason2866/ESP_Flasher/factory/"