diff --git a/library.properties b/library.properties index 3972eb8..162b33d 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=HomeSpan -version=1.2.0 +version=1.2.1 author=Gregg maintainer=Gregg sentence=A robust and extremely easy-to-use HomeKit implementation for the Espressif ESP32 running on the Arduino IDE. diff --git a/src/Settings.h b/src/Settings.h index a7a445b..f171e7f 100644 --- a/src/Settings.h +++ b/src/Settings.h @@ -34,7 +34,7 @@ #define HS_MAJOR 1 #define HS_MINOR 2 -#define HS_PATCH 0 +#define HS_PATCH 1 #define STRINGIFY(x) _STR(x) #define _STR(x) #x