瀏覽代碼

chore: bump version

Ayush Sharma 8 月之前
父節點
當前提交
b9fb58bfbe
共有 2 個文件被更改,包括 3 次插入3 次删除
  1. 2 2
      library.json
  2. 1 1
      library.properties

+ 2 - 2
library.json

@@ -15,13 +15,13 @@
       "maintainer": true
     }
   ],
-  "version": "2.0.5",
+  "version": "2.0.6",
   "frameworks": "arduino",
   "platforms": ["espressif8266", "espressif32"],
   "dependencies": [
     {
       "owner": "mathieucarbou",
-      "name": "ESP Async WebServer",
+      "name": "ESPAsyncWebServer",
       "version": "^3.1.1",
       "platforms": ["espressif8266", "espressif32"]
     }

+ 1 - 1
library.properties

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