浏览代码

chore: updated version

Ayush Sharma 10 月之前
父节点
当前提交
e5f50d0afc
共有 2 个文件被更改,包括 3 次插入3 次删除
  1. 2 2
      library.json
  2. 1 1
      library.properties

+ 2 - 2
library.json

@@ -15,14 +15,14 @@
       "maintainer": true
     }
   ],
-  "version": "2.0.0",
+  "version": "2.0.1",
   "frameworks": "arduino",
   "platforms": ["espressif8266", "espressif32"],
   "dependencies": [
     {
       "owner": "mathieucarbou",
       "name": "ESP Async WebServer",
-      "version": "^2.10.1",
+      "version": "^2.10.4",
       "platforms": ["espressif8266", "espressif32"]
     }
   ]

+ 1 - 1
library.properties

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