Skip to content

Commit 66f0749

Browse files
committed
v9.0.0
1 parent 30139b8 commit 66f0749

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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": "8.1.0",
3+
"version": "9.0.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=8.1.0
2+
version=9.0.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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
#define ESPCONNECT_STRING std::string
2727
#endif
2828

29-
#define ESPCONNECT_VERSION "8.1.0"
29+
#define ESPCONNECT_VERSION "9.0.0"
3030
#define ESPCONNECT_VERSION_MAJOR 8
3131
#define ESPCONNECT_VERSION_MINOR 1
3232
#define ESPCONNECT_VERSION_REVISION 0

0 commit comments

Comments
 (0)