mirror of
https://github.com/me-no-dev/AsyncTCP.git
synced 2025-08-06 14:14:38 +02:00
Bump version to 1.2.2
This commit is contained in:
16
library.json
16
library.json
@@ -1,18 +1,16 @@
|
|||||||
{
|
{
|
||||||
"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",
|
||||||
|
Reference in New Issue
Block a user