Update version numbers to 1.4.1

This commit is contained in:
HomeSpan 2021-10-30 22:06:02 -05:00
parent be8dd811e8
commit a53d98070c
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
name=HomeSpan name=HomeSpan
version=1.4.0 version=1.4.1
author=Gregg <homespan@icloud.com> author=Gregg <homespan@icloud.com>
maintainer=Gregg <homespan@icloud.com> maintainer=Gregg <homespan@icloud.com>
sentence=A robust and extremely easy-to-use HomeKit implementation for the Espressif ESP32 running on the Arduino IDE. sentence=A robust and extremely easy-to-use HomeKit implementation for the Espressif ESP32 running on the Arduino IDE.

View File

@ -36,7 +36,7 @@
#define HS_MAJOR 1 #define HS_MAJOR 1
#define HS_MINOR 4 #define HS_MINOR 4
#define HS_PATCH 0 #define HS_PATCH 1
#define STRINGIFY(x) _STR(x) #define STRINGIFY(x) _STR(x)
#define _STR(x) #x #define _STR(x) #x