diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 75e16a7..c9aef98 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -66,7 +66,7 @@ jobs: run: ARDUINO_LIBRARY_ENABLE_UNSAFE_INSTALL=true arduino-cli lib install --git-url https://github.com/mathieucarbou/esphome-ESPAsyncTCP#v2.0.0 - name: Install ESPAsyncWebServer - run: ARDUINO_LIBRARY_ENABLE_UNSAFE_INSTALL=true arduino-cli lib install --git-url https://github.com/mathieucarbou/ESPAsyncWebServer#v3.3.11 + run: ARDUINO_LIBRARY_ENABLE_UNSAFE_INSTALL=true arduino-cli lib install --git-url https://github.com/mathieucarbou/ESPAsyncWebServer#v3.3.17 - name: Build Demo run: arduino-cli compile --library . --warnings none -b ${{ matrix.board }} "examples/Demo/Demo.ino" diff --git a/library.json b/library.json index 28c464a..95b4d68 100644 --- a/library.json +++ b/library.json @@ -15,14 +15,14 @@ "maintainer": true } ], - "version": "2.0.7", + "version": "2.0.8", "frameworks": "arduino", "platforms": ["espressif8266", "espressif32"], "dependencies": [ { "owner": "mathieucarbou", "name": "ESPAsyncWebServer", - "version": "^3.3.11", + "version": "^3.3.17", "platforms": ["espressif8266", "espressif32"] } ] diff --git a/library.properties b/library.properties index 7416cc7..5dec356 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=WebSerial -version=2.0.7 +version=2.0.8 author=Ayush Sharma category=Communication maintainer=Ayush Sharma