Skip to content

Commit

Permalink
Version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gmag11 committed Dec 1, 2020
1 parent 83d6d68 commit d7570e0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/ESPNtpClient.h
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit d7570e0

Please sign in to comment.