Skip to content

Commit 9188d7e

Browse files
committed
v10.1.0
1 parent 0e33dc1 commit 9188d7e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "MycilaESPConnect",
3-
"version": "10.0.1",
3+
"version": "10.1.0",
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=MycilaESPConnect
2-
version=10.0.1
2+
version=10.1.0
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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@
3131
#include <mutex>
3232
#endif
3333

34-
#define ESPCONNECT_VERSION "10.0.1"
34+
#define ESPCONNECT_VERSION "10.1.0"
3535
#define ESPCONNECT_VERSION_MAJOR 10
36-
#define ESPCONNECT_VERSION_MINOR 0
37-
#define ESPCONNECT_VERSION_REVISION 1
36+
#define ESPCONNECT_VERSION_MINOR 1
37+
#define ESPCONNECT_VERSION_REVISION 0
3838

3939
#ifndef ESPCONNECT_CONNECTION_TIMEOUT
4040
#define ESPCONNECT_CONNECTION_TIMEOUT 20

0 commit comments

Comments
 (0)