Skip to content

Commit f367112

Browse files
committed
v5.0.3
1 parent 8c44c56 commit f367112

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

library.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "MycilaESPConnect",
3-
"version": "5.0.2",
3+
"version": "5.0.3",
44
"description": "Simple & Easy Network Manager for ESP32 with WiFi, Ethernet and Captive Portal support",
55
"keywords": "http,async,websocket,webserver",
66
"homepage": "https://github.com/mathieucarbou/MycilaESPConnect",

library.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=MycilaESPConnect
2-
version=5.0.2
2+
version=5.0.3
33
author=Mathieu Carbou <[email protected]>
44
maintainer=Mathieu Carbou <[email protected]>
55
sentence=Simple & Easy Network Manager for ESP32 with WiFi, Ethernet and Captive Portal support

src/MycilaESPConnect.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
#include <DNSServer.h>
1010
#include <ESPAsyncWebServer.h>
1111

12-
#define ESPCONNECT_VERSION "5.0.2"
12+
#define ESPCONNECT_VERSION "5.0.3"
1313
#define ESPCONNECT_VERSION_MAJOR 5
1414
#define ESPCONNECT_VERSION_MINOR 0
15-
#define ESPCONNECT_VERSION_REVISION 2
15+
#define ESPCONNECT_VERSION_REVISION 3
1616

1717
#ifndef ESPCONNECT_CONNECTION_TIMEOUT
1818
#define ESPCONNECT_CONNECTION_TIMEOUT 20

0 commit comments

Comments
 (0)