Skip to content

Commit

Permalink
v6.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieucarbou committed Oct 12, 2024
1 parent ec7a003 commit 0302216
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": "6.0.1",
"version": "6.0.2",
"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=6.0.1
version=6.0.2
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 "6.0.1"
#define ESPCONNECT_VERSION "6.0.2"
#define ESPCONNECT_VERSION_MAJOR 6
#define ESPCONNECT_VERSION_MINOR 0
#define ESPCONNECT_VERSION_REVISION 1
#define ESPCONNECT_VERSION_REVISION 2

#ifndef ESPCONNECT_CONNECTION_TIMEOUT
#define ESPCONNECT_CONNECTION_TIMEOUT 20
Expand Down

0 comments on commit 0302216

Please sign in to comment.