From cfecaa3a1ce00052e00335da30b21266781849ec Mon Sep 17 00:00:00 2001 From: Otto winter Date: Thu, 8 Apr 2021 15:34:35 +0200 Subject: [PATCH] Bump version to 1.2.0 --- library.json | 2 +- library.properties | 9 --------- 2 files changed, 1 insertion(+), 10 deletions(-) delete mode 100644 library.properties diff --git a/library.json b/library.json index 5041b7c..3acca7b 100644 --- a/library.json +++ b/library.json @@ -12,7 +12,7 @@ "type": "git", "url": "https://github.com/OttoWinter/AsyncTCP.git" }, - "version": "1.1.1", + "version": "1.2.0", "license": "LGPL-3.0", "frameworks": "arduino", "platforms": "espressif32", diff --git a/library.properties b/library.properties deleted file mode 100644 index 38f03d4..0000000 --- a/library.properties +++ /dev/null @@ -1,9 +0,0 @@ -name=AsyncTCP-esphome -version=1.1.1 -author=Me-No-Dev -maintainer=Me-No-Dev -sentence=Async TCP Library for ESP32 -paragraph=Async TCP Library for ESP32 -category=Other -url=https://github.com/OttoWinter/AsyncTCP -architectures=*