浏览代码

chore: bump versions

Ayush Sharma 9 月之前
父节点
当前提交
93ecb5ffa7
共有 4 个文件被更改,包括 6 次插入6 次删除
  1. 1 1
      .github/workflows/ci.yml
  2. 2 2
      library.json
  3. 1 1
      library.properties
  4. 2 2
      platformio.ini

+ 1 - 1
.github/workflows/ci.yml

@@ -64,7 +64,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.0.2
+        run: ARDUINO_LIBRARY_ENABLE_UNSAFE_INSTALL=true arduino-cli lib install --git-url https://github.com/mathieucarbou/ESPAsyncWebServer#v3.0.6
 
       - name: Build Demo
         run: arduino-cli compile --library . --warnings none -b ${{ matrix.board }} "examples/Demo/Demo.ino"

+ 2 - 2
library.json

@@ -15,14 +15,14 @@
       "maintainer": true
     }
   ],
-  "version": "2.0.3",
+  "version": "2.0.4",
   "frameworks": "arduino",
   "platforms": ["espressif8266", "espressif32"],
   "dependencies": [
     {
       "owner": "mathieucarbou",
       "name": "ESP Async WebServer",
-      "version": "^3.0.2",
+      "version": "^3.0.6",
       "platforms": ["espressif8266", "espressif32"]
     }
   ]

+ 1 - 1
library.properties

@@ -1,5 +1,5 @@
 name=WebSerial
-version=2.0.3
+version=2.0.4
 author=Ayush Sharma
 category=Communication
 maintainer=Ayush Sharma <asrocks5@gmail.com>

+ 2 - 2
platformio.ini

@@ -10,7 +10,7 @@ build_flags =
   -D WSL_HIGH_PERF
 lib_deps = 
   mathieucarbou/Async TCP @ ^3.1.4
-  mathieucarbou/ESP Async WebServer @ 3.0.2
+  mathieucarbou/ESP Async WebServer @ 3.0.6
 upload_protocol = esptool
 monitor_speed = 115200
 monitor_filters = esp32_exception_decoder, log2file
@@ -42,5 +42,5 @@ board = esp32-s3-devkitc-1
 platform = espressif8266
 board = huzzah
 lib_deps = 
-  mathieucarbou/ESP Async WebServer @ 3.0.2
+  mathieucarbou/ESP Async WebServer @ 3.0.6
   esphome/ESPAsyncTCP-esphome @ 2.0.0