Skip to content

Commit

Permalink
v7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieucarbou committed Nov 12, 2024
1 parent d76ed5b commit 3e19fba
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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.1",
"version": "7.0.0",
"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.1
version=7.0.0
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
8 changes: 4 additions & 4 deletions src/MycilaESPConnect.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@

#include <string>

#define ESPCONNECT_VERSION "6.1.1"
#define ESPCONNECT_VERSION_MAJOR 6
#define ESPCONNECT_VERSION_MINOR 1
#define ESPCONNECT_VERSION_REVISION 1
#define ESPCONNECT_VERSION "7.0.0"
#define ESPCONNECT_VERSION_MAJOR 7
#define ESPCONNECT_VERSION_MINOR 0
#define ESPCONNECT_VERSION_REVISION 0

#ifndef ESPCONNECT_CONNECTION_TIMEOUT
#define ESPCONNECT_CONNECTION_TIMEOUT 20
Expand Down

0 comments on commit 3e19fba

Please sign in to comment.