Skip to content

Commit

Permalink
v3.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieucarbou committed Apr 19, 2024
1 parent f090382 commit 2267266
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion library.json
@@ -1,6 +1,6 @@
{
"name": "MycilaESPConnect",
"version": "3.2.7",
"version": "3.2.8",
"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
@@ -1,5 +1,5 @@
name=MycilaESPConnect
version=3.2.7
version=3.2.8
author=Ayush Sharma
maintainer=Mathieu Carbou <mathieu.carbou@gmail.com>
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
Expand Up @@ -9,10 +9,10 @@
#include <ESPAsyncWebServer.h>
#include <WiFi.h>

#define ESPCONNECT_VERSION "3.2.7"
#define ESPCONNECT_VERSION "3.2.8"
#define ESPCONNECT_VERSION_MAJOR 3
#define ESPCONNECT_VERSION_MINOR 2
#define ESPCONNECT_VERSION_REVISION 7
#define ESPCONNECT_VERSION_REVISION 8
#define ESPCONNECT_FORK_mathieucarbou

#ifndef ESPCONNECT_CONNECTION_TIMEOUT
Expand Down

0 comments on commit 2267266

Please sign in to comment.