From 7c85e4d0eee24978b4c93571ae888c4d17fbf175 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20B=C3=B6hmer?= Date: Sat, 22 Oct 2022 00:11:44 +0200 Subject: [PATCH] Bumped version to 1.2.0 --- library.json | 2 +- library.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/library.json b/library.json index e7f3b5e..82f4e27 100644 --- a/library.json +++ b/library.json @@ -1,6 +1,6 @@ { "name": "ESP32Console", - "version": "1.1.0", + "version": "1.2.0", "description": "Extensible UART console for ESP32 with useful included commands. This library encapsules the console component of ESP-IDF and make them easy to use in an Arduino environment.", "keywords": "esp32, console, ping, ifconfig, sysinfo, editor, file", "repository": diff --git a/library.properties b/library.properties index 8097d8e..4a816ab 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=ESP32Console -version=1.1.0 +version=1.2.0 author=Jan Böhmer maintainer=Jan Böhmer sentence=Extensible UART console for ESP32 with useful included commands.