Skip to content

Commit

Permalink
v5.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieucarbou committed Sep 6, 2024
1 parent 8c44c56 commit f367112
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": "MycilaESPConnect",
"version": "5.0.2",
"version": "5.0.3",
"description": "Simple & Easy Network Manager for ESP32 with WiFi, Ethernet and Captive Portal support",
"keywords": "http,async,websocket,webserver",
"homepage": "https://github.com/mathieucarbou/MycilaESPConnect",
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=MycilaESPConnect
version=5.0.2
version=5.0.3
author=Mathieu Carbou <[email protected]>
maintainer=Mathieu Carbou <[email protected]>
sentence=Simple & Easy Network Manager for ESP32 with WiFi, Ethernet and Captive Portal support
Expand Down
4 changes: 2 additions & 2 deletions src/MycilaESPConnect.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
#include <DNSServer.h>
#include <ESPAsyncWebServer.h>

#define ESPCONNECT_VERSION "5.0.2"
#define ESPCONNECT_VERSION "5.0.3"
#define ESPCONNECT_VERSION_MAJOR 5
#define ESPCONNECT_VERSION_MINOR 0
#define ESPCONNECT_VERSION_REVISION 2
#define ESPCONNECT_VERSION_REVISION 3

#ifndef ESPCONNECT_CONNECTION_TIMEOUT
#define ESPCONNECT_CONNECTION_TIMEOUT 20
Expand Down

0 comments on commit f367112

Please sign in to comment.