Skip to content

Commit 53664c0

Browse files
committed
v3.0.0
1 parent a038e53 commit 53664c0

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

library.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "MycilaESPConnect",
3-
"version": "2.1.2",
3+
"version": "3.0.0",
44
"description": "Simple & Easy WiFi Manager with Captive Portal for ESP32",
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=2.1.2
2+
version=3.0.0
33
author=Ayush Sharma
44
maintainer=Mathieu Carbou <[email protected]>
55
sentence=Simple & Easy WiFi Manager with Captive Portal for ESP32

src/MycilaESPConnect.h

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

12-
#define ESPCONNECT_VERSION "2.1.2"
13-
#define ESPCONNECT_VERSION_MAJOR 2
14-
#define ESPCONNECT_VERSION_MINOR 1
15-
#define ESPCONNECT_VERSION_REVISION 2
12+
#define ESPCONNECT_VERSION "3.0.0"
13+
#define ESPCONNECT_VERSION_MAJOR 3
14+
#define ESPCONNECT_VERSION_MINOR 0
15+
#define ESPCONNECT_VERSION_REVISION 0
1616
#define ESPCONNECT_FORK_mathieucarbou
1717

1818
#ifndef ESPCONNECT_CONNECTION_TIMEOUT

0 commit comments

Comments
 (0)