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