Skip to content

Commit

Permalink
v2.1.2 - fix dependency graph
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieucarbou committed Jan 25, 2024
1 parent 5dd9816 commit 2d6f51d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 11 deletions.
8 changes: 1 addition & 7 deletions library.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "MycilaESPConnect",
"version": "2.1.1",
"version": "2.1.2",
"description": "Simple & Easy WiFi Manager with Captive Portal for ESP32",
"keywords": "http,async,websocket,webserver",
"homepage": "https://github.com/mathieucarbou/MycilaESPConnect",
Expand All @@ -26,12 +26,6 @@
"espressif32"
],
"dependencies": [
{
"owner": "esphome",
"name": "AsyncTCP-esphome",
"version": "^2.1.1",
"platforms": "espressif32"
},
{
"owner": "mathieucarbou",
"name": "ESP Async WebServer",
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=2.1.1
version=2.1.2
author=Ayush Sharma
maintainer=Mathieu Carbou <[email protected]>
sentence=Simple & Easy WiFi Manager with Captive Portal for ESP32
Expand Down
1 change: 0 additions & 1 deletion platformio.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[env]
lib_deps =
bblanchon/ArduinoJson @ 7.0.2
esphome/AsyncTCP-esphome @ 2.1.1
mathieucarbou/ESP Async WebServer @ 2.4.4

build_flags = -Wall -Wextra
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 <ESPAsyncWebServer.h>
#include <WiFi.h>

#define ESPCONNECT_VERSION "2.1.1"
#define ESPCONNECT_VERSION "2.1.2"
#define ESPCONNECT_VERSION_MAJOR 2
#define ESPCONNECT_VERSION_MINOR 1
#define ESPCONNECT_VERSION_REVISION 1
#define ESPCONNECT_VERSION_REVISION 2
#define ESPCONNECT_FORK_mathieucarbou

#ifndef ESPCONNECT_CONNECTION_TIMEOUT
Expand Down

0 comments on commit 2d6f51d

Please sign in to comment.