diff --git a/src/Config.h b/src/Config.h index ff3b052..7990004 100644 --- a/src/Config.h +++ b/src/Config.h @@ -2,8 +2,8 @@ #include "sdkconfig.h" -#define NUKI_HUB_VERSION "9.11" -#define NUKI_HUB_VERSION_INT (uint32_t)911 +#define NUKI_HUB_VERSION "9.12" +#define NUKI_HUB_VERSION_INT (uint32_t)912 #define NUKI_HUB_BUILD "unknownbuildnr" #define NUKI_HUB_DATE "2025-06-19" diff --git a/src/NukiOpenerWrapper.cpp b/src/NukiOpenerWrapper.cpp index 8207749..a5da83a 100644 --- a/src/NukiOpenerWrapper.cpp +++ b/src/NukiOpenerWrapper.cpp @@ -4256,4 +4256,4 @@ void NukiOpenerWrapper::updateTime() Log->print("Opener time update result: "); Log->println(resultStr); -} \ No newline at end of file +}