From a53d98070c64a96d12e5ffd93e4e2c559ccb26f3 Mon Sep 17 00:00:00 2001 From: HomeSpan Date: Sat, 30 Oct 2021 22:06:02 -0500 Subject: [PATCH] Update version numbers to 1.4.1 --- library.properties | 2 +- src/Settings.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/library.properties b/library.properties index 7380088..274ff4b 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=HomeSpan -version=1.4.0 +version=1.4.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 51ec0d8..037c60b 100644 --- a/src/Settings.h +++ b/src/Settings.h @@ -36,7 +36,7 @@ #define HS_MAJOR 1 #define HS_MINOR 4 -#define HS_PATCH 0 +#define HS_PATCH 1 #define STRINGIFY(x) _STR(x) #define _STR(x) #x