From a5db134598417cf2eeb96acf29b1ba5f1dfadbac Mon Sep 17 00:00:00 2001 From: Larry Bernstone Date: Tue, 27 Oct 2020 07:47:14 -0600 Subject: [PATCH] bump version for release --- library.json | 2 +- library.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/library.json b/library.json index 89f90e4e..4039a7f9 100644 --- a/library.json +++ b/library.json @@ -12,7 +12,7 @@ "type": "git", "url": "https://github.com/me-no-dev/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 index eb4e26e9..15d6f0d2 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=AsyncTCP -version=1.1.1 +version=1.2.0 author=Me-No-Dev maintainer=Me-No-Dev sentence=Async TCP Library for ESP32