Bump version to 2.1.0

This commit is contained in:
Jesse Hills
2023-12-21 13:01:47 +09:00
parent 42a8644bb2
commit ab9b7d4a22

View File

@ -10,10 +10,13 @@
"type": "git",
"url": "https://github.com/esphome/AsyncTCP.git"
},
"version": "2.0.1",
"version": "2.1.0",
"license": "LGPL-3.0",
"frameworks": "arduino",
"platforms": ["espressif32", "libretiny"],
"platforms": [
"espressif32",
"libretiny"
],
"build": {
"libCompatMode": 2
}