From c7447b061ce864075d6ba032b363fa4390e53c93 Mon Sep 17 00:00:00 2001 From: Gregg Date: Thu, 18 Feb 2021 21:09:28 -0600 Subject: [PATCH] Set Version to 1.2.0 --- library.properties | 2 +- src/Settings.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/library.properties b/library.properties index c155501..3972eb8 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=HomeSpan -version=1.1.5 +version=1.2.0 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 0e8d337..a7a445b 100644 --- a/src/Settings.h +++ b/src/Settings.h @@ -33,8 +33,8 @@ // HomeSpan Version // #define HS_MAJOR 1 -#define HS_MINOR 1 -#define HS_PATCH 5 +#define HS_MINOR 2 +#define HS_PATCH 0 #define STRINGIFY(x) _STR(x) #define _STR(x) #x