Updated version to 1.1.1

This commit is contained in:
Gregg 2020-12-12 20:23:30 -06:00
parent a9bc186a90
commit 8b4d4cf32d
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
name=HomeSpan
version=1.1.0
version=1.1.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

@ -32,7 +32,7 @@
//////////////////////////////////////////////////////
// HomeSpan Version //
#define HOMESPAN_VERSION "1.0.1"
#define HOMESPAN_VERSION "1.1.1"
//////////////////////////////////////////////////////