Skip to content

Commit

Permalink
v2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieucarbou committed Jan 25, 2024
1 parent b1cc25c commit 5dd9816
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
run: ARDUINO_LIBRARY_ENABLE_UNSAFE_INSTALL=true arduino-cli lib install --git-url https://github.com/mathieucarbou/esphome-AsyncTCP#v2.1.1

- name: Install ESP Async WebServer
run: ARDUINO_LIBRARY_ENABLE_UNSAFE_INSTALL=true arduino-cli lib install --git-url https://github.com/mathieucarbou/ESPAsyncWebServer#v2.4.1
run: ARDUINO_LIBRARY_ENABLE_UNSAFE_INSTALL=true arduino-cli lib install --git-url https://github.com/mathieucarbou/ESPAsyncWebServer

- name: Build BlockingCaptivePortal
run: arduino-cli compile --library . --warnings all -b ${{ matrix.board }} "examples/BlockingCaptivePortal/BlockingCaptivePortal.ino"
Expand Down
4 changes: 2 additions & 2 deletions library.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "MycilaESPConnect",
"version": "2.1.0",
"version": "2.1.1",
"description": "Simple & Easy WiFi Manager with Captive Portal for ESP32",
"keywords": "http,async,websocket,webserver",
"homepage": "https://github.com/mathieucarbou/MycilaESPConnect",
Expand Down Expand Up @@ -35,7 +35,7 @@
{
"owner": "mathieucarbou",
"name": "ESP Async WebServer",
"version": "^2.4.1",
"version": "^2.4.4",
"platforms": "espressif32"
},
{
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.0
version=2.1.1
author=Ayush Sharma
maintainer=Mathieu Carbou <[email protected]>
sentence=Simple & Easy WiFi Manager with Captive Portal for ESP32
Expand Down
2 changes: 1 addition & 1 deletion platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
lib_deps =
bblanchon/ArduinoJson @ 7.0.2
esphome/AsyncTCP-esphome @ 2.1.1
mathieucarbou/ESP Async WebServer @ 2.4.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.0"
#define ESPCONNECT_VERSION "2.1.1"
#define ESPCONNECT_VERSION_MAJOR 2
#define ESPCONNECT_VERSION_MINOR 1
#define ESPCONNECT_VERSION_REVISION 0
#define ESPCONNECT_VERSION_REVISION 1
#define ESPCONNECT_FORK_mathieucarbou

#ifndef ESPCONNECT_CONNECTION_TIMEOUT
Expand Down

0 comments on commit 5dd9816

Please sign in to comment.