Skip to content
This repository was archived by the owner on Sep 6, 2022. It is now read-only.

Commit 7c767c3

Browse files
committed
Bump version to 1.2.2
1 parent bfcba1f commit 7c767c3

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

library.json

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,16 @@
11
{
2-
"name":"AsyncTCP-esphome",
3-
"description":"Asynchronous TCP Library for ESP32",
4-
"keywords":"async,tcp",
5-
"authors":
6-
{
2+
"name": "AsyncTCP-esphome",
3+
"description": "Asynchronous TCP Library for ESP32",
4+
"keywords": "async,tcp",
5+
"authors": {
76
"name": "Hristo Gochkov",
87
"maintainer": true
98
},
10-
"repository":
11-
{
9+
"repository": {
1210
"type": "git",
13-
"url": "https://github.com/OttoWinter/AsyncTCP.git"
11+
"url": "https://github.com/esphome/AsyncTCP.git"
1412
},
15-
"version": "1.2.1",
13+
"version": "1.2.2",
1614
"license": "LGPL-3.0",
1715
"frameworks": "arduino",
1816
"platforms": "espressif32",

0 commit comments

Comments
 (0)