Skip to content

Commit

Permalink
v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieucarbou committed Feb 12, 2024
1 parent be168f4 commit 325986f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion library.json
@@ -1,6 +1,6 @@
{
"name": "MycilaNTP",
"version": "2.1.0",
"version": "2.2.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
@@ -1,5 +1,5 @@
name=MycilaNTP
version=2.1.0
version=2.2.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
Expand Up @@ -12,9 +12,9 @@
#include <ArduinoJson.h>
#endif

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

#ifndef MYCILA_NTP_RETRY_INTERVAL
Expand Down

0 comments on commit 325986f

Please sign in to comment.