From 83347765a8ee8ebab4710a9d620b05fd4e880d63 Mon Sep 17 00:00:00 2001 From: Yurii Date: Thu, 21 Dec 2023 18:56:03 +0300 Subject: [PATCH] chore: bump version to 1.4.0-rc.5 --- platformio.ini | 4 ++-- src/defines.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/platformio.ini b/platformio.ini index 376a8ca..186bf77 100644 --- a/platformio.ini +++ b/platformio.ini @@ -17,7 +17,7 @@ lib_deps = https://github.com/Laxilef/opentherm_library/archive/refs/heads/dev.zip knolleary/PubSubClient@^2.8 ;lennarthennigs/ESP Telnet@^2.1.2 - https://github.com/Laxilef/ESPTelnet/archive/refs/heads/rc.zip + https://github.com/Laxilef/ESPTelnet/archive/refs/heads/alt_fix_freeze.zip gyverlibs/EEManager@^2.0 ;gyverlibs/GyverPID@^3.3 https://github.com/Laxilef/GyverPID/archive/refs/heads/feat_change_dt_type.zip @@ -34,7 +34,7 @@ build_flags = -D USE_TELNET=1 upload_speed = 921600 monitor_speed = 115200 -version = 1.4.0-rc.4 +version = 1.4.0-rc.5 ; Defaults [esp8266_defaults] diff --git a/src/defines.h b/src/defines.h index 0a63246..d42552e 100644 --- a/src/defines.h +++ b/src/defines.h @@ -1,5 +1,5 @@ #define PROJECT_NAME "OpenTherm Gateway" -#define PROJECT_VERSION "1.4.0-rc.4" +#define PROJECT_VERSION "1.4.0-rc.5" #define PROJECT_REPO "https://github.com/Laxilef/OTGateway" #define AP_SSID "OpenTherm Gateway" #define AP_PASSWORD "otgateway123456"