From 7d6265d5438d82428dc7bd96154755588d71633b Mon Sep 17 00:00:00 2001 From: Gregg Date: Sat, 9 Oct 2021 08:12:29 -0500 Subject: [PATCH] Upgrade version number from 1.3.0 to 1.4.0 --- library.properties | 4 ++-- src/Settings.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/library.properties b/library.properties index 2ac5483..7380088 100644 --- a/library.properties +++ b/library.properties @@ -1,9 +1,9 @@ name=HomeSpan -version=1.3.0 +version=1.4.0 author=Gregg maintainer=Gregg sentence=A robust and extremely easy-to-use HomeKit implementation for the Espressif ESP32 running on the Arduino IDE. -paragraph=This library provides a microcontroller-focused implementation of Apple's HomeKit Accessory Protocol (HAP - Release R2) designed specifically for the ESP32 running on the Arduino IDE. HomeSpan pairs directly to iOS Home via WiFi without the need for any external bridges or components. The user can then use the full power of the ESP32's I/O functionality to create custom control software and/or hardware to operate external devices. +paragraph=This library provides a microcontroller-focused implementation of Apple's HomeKit Accessory Protocol (HAP - Release R2) designed specifically for the ESP32 running on the Arduino IDE. HomeSpan pairs directly to iOS Home via WiFi without the need for any external bridges or components. Compatible with ESP32, ESP32-S2, and ESP32-C3. url=https://github.com/HomeSpan/HomeSpan architectures=esp32 includes=HomeSpan.h diff --git a/src/Settings.h b/src/Settings.h index d8391f0..a19545b 100644 --- a/src/Settings.h +++ b/src/Settings.h @@ -35,7 +35,7 @@ // HomeSpan Version // #define HS_MAJOR 1 -#define HS_MINOR 3 +#define HS_MINOR 4 #define HS_PATCH 0 #define STRINGIFY(x) _STR(x)