From 8b4d4cf32dc33afdc80b4268abc2559d08afcd8d Mon Sep 17 00:00:00 2001 From: Gregg Date: Sat, 12 Dec 2020 20:23:30 -0600 Subject: [PATCH] Updated version to 1.1.1 --- library.properties | 2 +- src/Settings.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/library.properties b/library.properties index 263901a..cc5835b 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=HomeSpan -version=1.1.0 +version=1.1.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 c296c4a..2f61049 100644 --- a/src/Settings.h +++ b/src/Settings.h @@ -32,7 +32,7 @@ ////////////////////////////////////////////////////// // HomeSpan Version // -#define HOMESPAN_VERSION "1.0.1" +#define HOMESPAN_VERSION "1.1.1" //////////////////////////////////////////////////////