Update version number to v1.1.3
Getting ready to release v1.1.3 patch
This commit is contained in:
parent
b8d4940772
commit
dff13d4b08
|
|
@ -1,5 +1,5 @@
|
|||
name=HomeSpan
|
||||
version=1.1.2
|
||||
version=1.1.3
|
||||
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.
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@
|
|||
|
||||
#define HS_MAJOR 1
|
||||
#define HS_MINOR 1
|
||||
#define HS_PATCH 2
|
||||
#define HS_PATCH 3
|
||||
|
||||
#define STRINGIFY(x) _STR(x)
|
||||
#define _STR(x) #x
|
||||
|
|
|
|||
Loading…
Reference in New Issue