Skip to content

Commit

Permalink
Releasing version 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
coogle committed Sep 17, 2017
1 parent ec068b3 commit b2bdbb1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions library.properties
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name=CoogleIOT
version=1.1.0
version=1.1.1
author=John Coggeshall <[email protected]>
maintainer=John Coggeshall <[email protected]>
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
2 changes: 1 addition & 1 deletion src/CoogleIOTConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit b2bdbb1

Please sign in to comment.