Bump version to 1.2.2

This commit is contained in:
Guillermo Ruffino
2021-05-09 19:11:18 -03:00
parent bfcba1f344
commit 7c767c3f6b

View File

@@ -2,17 +2,15 @@
"name": "AsyncTCP-esphome", "name": "AsyncTCP-esphome",
"description": "Asynchronous TCP Library for ESP32", "description": "Asynchronous TCP Library for ESP32",
"keywords": "async,tcp", "keywords": "async,tcp",
"authors": "authors": {
{
"name": "Hristo Gochkov", "name": "Hristo Gochkov",
"maintainer": true "maintainer": true
}, },
"repository": "repository": {
{
"type": "git", "type": "git",
"url": "https://github.com/OttoWinter/AsyncTCP.git" "url": "https://github.com/esphome/AsyncTCP.git"
}, },
"version": "1.2.1", "version": "1.2.2",
"license": "LGPL-3.0", "license": "LGPL-3.0",
"frameworks": "arduino", "frameworks": "arduino",
"platforms": "espressif32", "platforms": "espressif32",