diff --git a/library.properties b/library.properties index 8c11a5f..219e346 100644 --- a/library.properties +++ b/library.properties @@ -1,10 +1,10 @@ name=CoogleIOT -version=1.1.0 +version=1.1.1 author=John Coggeshall maintainer=John Coggeshall sentence=An IOT library for ESP8266-12 to provide WiFi Configuration, MQTT Client, OTA updates and more. paragraph=Also includes NTP Support, A captive portal for Configuration and improved EEPROM support. category=Device Control -url=http://www.coogleiot.com/ +url=http://www.thissmarthouse.net/ architectures=esp8266 includes=CoogleIOT.h \ No newline at end of file diff --git a/src/CoogleIOTConfig.h b/src/CoogleIOTConfig.h index 081a2c6..2e97765 100644 --- a/src/CoogleIOTConfig.h +++ b/src/CoogleIOTConfig.h @@ -3,7 +3,7 @@ //#define COOGLEIOT_DEBUG -#define COOGLEIOT_VERSION "1.1.0" +#define COOGLEIOT_VERSION "1.1.1" #ifndef COOGLEIOT_SPIFFS_LOGFILE #define COOGLEIOT_SPIFFS_LOGFILE "/coogleiot-log.txt"