Skip to content

Commit

Permalink
v2.2.1 (bugfix)
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieucarbou committed Feb 14, 2024
1 parent 7b37b8d commit 8612b64
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion library.json
@@ -1,6 +1,6 @@
{
"name": "MycilaNTP",
"version": "2.2.0",
"version": "2.2.1",
"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
@@ -1,5 +1,5 @@
name=MycilaNTP
version=2.2.0
version=2.2.1
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
Expand Up @@ -12,10 +12,10 @@
#include <ArduinoJson.h>
#endif

#define MYCILA_NTP_VERSION "2.2.0"
#define MYCILA_NTP_VERSION "2.2.1"
#define MYCILA_NTP_VERSION_MAJOR 2
#define MYCILA_NTP_VERSION_MINOR 2
#define MYCILA_NTP_VERSION_REVISION 0
#define MYCILA_NTP_VERSION_REVISION 1

#ifndef MYCILA_NTP_RETRY_INTERVAL
#define MYCILA_NTP_RETRY_INTERVAL 2
Expand Down
2 changes: 1 addition & 1 deletion src/MycilaNTPSpecs.h
Expand Up @@ -467,4 +467,4 @@ static const char MYCILA_NTP_SPEC[] PROGMEM = {
"Pacific/Tarawa=<+12>-12\n"
"Pacific/Tongatapu=<+13>-13\n"
"Pacific/Wake=<+12>-12\n"
"Pacific/Wallis=<+12>-12"};
"Pacific/Wallis=<+12>-12\n"};

0 comments on commit 8612b64

Please sign in to comment.