From 5c002708f96b847ea08e401b0b657ab27a9c3575 Mon Sep 17 00:00:00 2001 From: Gregg Date: Sun, 7 Feb 2021 19:25:59 -0600 Subject: [PATCH] Update version numbers --- library.properties | 2 +- src/Settings.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/library.properties b/library.properties index 4d04fdc..c155501 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=HomeSpan -version=1.1.4 +version=1.1.5 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 8cfff31..0e8d337 100644 --- a/src/Settings.h +++ b/src/Settings.h @@ -34,7 +34,7 @@ #define HS_MAJOR 1 #define HS_MINOR 1 -#define HS_PATCH 4 +#define HS_PATCH 5 #define STRINGIFY(x) _STR(x) #define _STR(x) #x