Skip to content

Commit f15c8a1

Browse files
committed
Update to 0.0.5
1 parent ecd97c8 commit f15c8a1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ESPNtpClient",
33
"frameworks": "arduino",
4-
"version": "0.0.4",
4+
"version": "0.0.5",
55
"keywords": "time, date, hour, minute, second, day, week, month, year, RTC, NTP, millisecond",
66
"platforms": ["espressif32", "espressif8266"],
77
"description": "High accuracy NTP client library",

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=ESPNTPClient
2-
version=0.0.3
2+
version=0.0.5
33
author=German Martin
44
maintainer=German Martin
55
sentence=High accuracy NTP client library

src/ESPNtpClient.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
Name: ESPNtpClient
3-
Created: 19/11/2020
3+
Created: 26/11/2020
44
Author: Germán Martín ([email protected])
55
Maintainer:Germán Martín ([email protected])
66

0 commit comments

Comments
 (0)