mirror of
https://github.com/me-no-dev/AsyncTCP.git
synced 2025-08-05 21:54: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",
|
||||
"description":"Asynchronous TCP Library for ESP32",
|
||||
"keywords":"async,tcp",
|
||||
"authors":
|
||||
{
|
||||
"name": "AsyncTCP-esphome",
|
||||
"description": "Asynchronous TCP Library for ESP32",
|
||||
"keywords": "async,tcp",
|
||||
"authors": {
|
||||
"name": "Hristo Gochkov",
|
||||
"maintainer": true
|
||||
},
|
||||
"repository":
|
||||
{
|
||||
"repository": {
|
||||
"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",
|
||||
"frameworks": "arduino",
|
||||
"platforms": "espressif32",
|
||||
|
Reference in New Issue
Block a user