diff --git a/library.json b/library.json index 80a6f9a..4d96094 100644 --- a/library.json +++ b/library.json @@ -1,7 +1,7 @@ { "name": "ESPNtpClient", "frameworks": "arduino", - "version": "0.1.3", + "version": "0.2.0", "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 b07e23c..33953b0 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=ESPNTPClient -version=0.1.3 +version=0.2.0 author=German Martin maintainer=German Martin sentence=High accuracy NTP client library diff --git a/src/ESPNtpClient.h b/src/ESPNtpClient.h index bee430d..620c043 100644 --- a/src/ESPNtpClient.h +++ b/src/ESPNtpClient.h @@ -1,6 +1,6 @@ /** * @file ESPNtpClient.h - * @version 0.1.3 + * @version 0.2.0 * @date 01/12/2020 * @author German Martin * @brief Library to get system sync from a NTP server with microseconds accuracy in ESP8266 and ESP32