From b631b496cb730469494e5175d48f78163095a351 Mon Sep 17 00:00:00 2001 From: Yurii Date: Thu, 13 Jun 2024 17:15:37 +0300 Subject: [PATCH] chore: bump version to 1.4.1 --- platformio.ini | 2 +- src/defines.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/platformio.ini b/platformio.ini index adad702..d8ab778 100644 --- a/platformio.ini +++ b/platformio.ini @@ -53,7 +53,7 @@ monitor_speed = 115200 monitor_filters = direct board_build.flash_mode = dio board_build.filesystem = littlefs -version = 1.4.0 +version = 1.4.1 ; Defaults [esp8266_defaults] diff --git a/src/defines.h b/src/defines.h index 74908cb..ecc7f5b 100644 --- a/src/defines.h +++ b/src/defines.h @@ -1,5 +1,5 @@ #define PROJECT_NAME "OpenTherm Gateway" -#define PROJECT_VERSION "1.4.0" +#define PROJECT_VERSION "1.4.1" #define PROJECT_REPO "https://github.com/Laxilef/OTGateway" #define MQTT_RECONNECT_INTERVAL 15000