diff --git a/library.json b/library.json index 0f704d4..1fcebb1 100644 --- a/library.json +++ b/library.json @@ -1,7 +1,7 @@ { "name": "ESPNtpClient", "frameworks": "arduino", - "version": "0.0.5", + "version": "0.0.6", "keywords": "time, date, hour, minute, second, day, week, month, year, RTC, NTP, millisecond", "platforms": ["espressif32", "espressif8266"], "description": "High accuracy NTP client library", diff --git a/library.properties b/library.properties index e1efb97..a8b2cde 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=ESPNTPClient -version=0.0.5 +version=0.0.6 author=German Martin maintainer=German Martin sentence=High accuracy NTP client library diff --git a/src/ESPNtpClient.h b/src/ESPNtpClient.h index e112dd9..694982d 100644 --- a/src/ESPNtpClient.h +++ b/src/ESPNtpClient.h @@ -1,6 +1,6 @@ /* Name: ESPNtpClient - Created: 26/11/2020 + Created: 28/11/2020 Author: Germán Martín (github@gmartin.net) Maintainer:Germán Martín (github@gmartin.net)