Set version number to 1.2.1 in preparation for release

This commit is contained in:
Gregg 2021-03-13 06:31:18 -06:00
parent a89ddf3748
commit b90f173a6f
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
name=HomeSpan
version=1.2.0
version=1.2.1
author=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.

View File

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