Skip to content

Commit

Permalink
v4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieucarbou committed May 18, 2024
1 parent d7aa534 commit 04a10a2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "MycilaNTP",
"version": "3.0.0",
"version": "4.0.0",
"description": "A simple and efficient NTP library for ESP32 / Arduino",
"homepage": "https://github.com/mathieucarbou/MycilaNTP",
"repository": {
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=MycilaNTP
version=3.0.0
version=4.0.0
author=Mathieu Carbou <mathieu.carbou@gmail.com>
maintainer=Mathieu Carbou <mathieu.carbou@gmail.com>
sentence=A simple and efficient NTP library for ESP32 / Arduino
Expand Down
4 changes: 2 additions & 2 deletions src/MycilaNTP.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
#include <ArduinoJson.h>
#endif

#define MYCILA_NTP_VERSION "3.0.0"
#define MYCILA_NTP_VERSION_MAJOR 3
#define MYCILA_NTP_VERSION "4.0.0"
#define MYCILA_NTP_VERSION_MAJOR 4
#define MYCILA_NTP_VERSION_MINOR 0
#define MYCILA_NTP_VERSION_REVISION 0

Expand Down

0 comments on commit 04a10a2

Please sign in to comment.