From f245f37dfd3ab31cd309fe91ac7a5fe0945e3760 Mon Sep 17 00:00:00 2001 From: Yurii Date: Sun, 26 May 2024 17:41:12 +0300 Subject: [PATCH] chore: bump version --- platformio.ini | 3 ++- src/defines.h | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/platformio.ini b/platformio.ini index 2b0018b..043ce1b 100644 --- a/platformio.ini +++ b/platformio.ini @@ -27,6 +27,7 @@ lib_deps = laxilef/TinyLogger@^1.1.0 build_flags = -D PIO_FRAMEWORK_ARDUINO_LWIP2_LOW_MEMORY + ;-D PIO_FRAMEWORK_ARDUINO_LWIP2_HIGHER_BANDWIDTH_LOW_FLASH -D PIO_FRAMEWORK_ARDUINO_ESPRESSIF_SDK305 -mtext-section-literals -D MQTT_CLIENT_STD_FUNCTION_CALLBACK=1 @@ -51,7 +52,7 @@ monitor_speed = 115200 monitor_filters = direct board_build.flash_mode = dio board_build.filesystem = littlefs -version = 1.4.0-rc.24 +version = 1.4.0 ; Defaults [esp8266_defaults] diff --git a/src/defines.h b/src/defines.h index ba2af9a..0271e89 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.24" +#define PROJECT_VERSION "1.4.0" #define PROJECT_REPO "https://github.com/Laxilef/OTGateway" #define MQTT_RECONNECT_INTERVAL 15000