Skip to content

Commit

Permalink
v6.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieucarbou committed Nov 10, 2024
1 parent 32cae35 commit dc97b49
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.1.0",
"version": "6.1.1",
"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.1.0
version=6.1.1
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.1.0"
#define ESPCONNECT_VERSION "6.1.1"
#define ESPCONNECT_VERSION_MAJOR 6
#define ESPCONNECT_VERSION_MINOR 1
#define ESPCONNECT_VERSION_REVISION 0
#define ESPCONNECT_VERSION_REVISION 1

#ifndef ESPCONNECT_CONNECTION_TIMEOUT
#define ESPCONNECT_CONNECTION_TIMEOUT 20
Expand Down

0 comments on commit dc97b49

Please sign in to comment.