From e2f7ac30dbacae08c906d7e45fe2154b1ed0627a Mon Sep 17 00:00:00 2001 From: J-Rios Date: Tue, 10 Mar 2020 00:25:46 +0100 Subject: [PATCH] Increase lib version. --- library.json | 8 ++++---- library.properties | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/library.json b/library.json index 5b53f20..d19a83f 100644 --- a/library.json +++ b/library.json @@ -10,11 +10,11 @@ "type": "git", "url": "https://github.com/J-Rios/uTLGBotLib" }, - "version": "1.0", + "version": "1.0.1", "frameworks": ["arduino", "espidf", "native"], "platforms": ["espressif8266", "espressif32"], "build": { "libCompatMode": "off", - "extraScript": "beforebuild.py" - } -} \ No newline at end of file + "extraScript": "beforebuild.py" + } +} diff --git a/library.properties b/library.properties index 46d65c5..7a0d10e 100644 --- a/library.properties +++ b/library.properties @@ -1,9 +1,9 @@ name=uTLGBotLib -version=1.0.0 +version=1.0.1 author=JRios maintainer=JRios sentence=Universal Telegram Bot library for Arduino, ESP-IDF and Native (Windows and Linux) devices, that let you create Telegram Bots. paragraph=Universal Telegram Bot library for Arduino, ESP-IDF and Native (Windows and Linux) devices, that let you create Telegram Bots. You can use it with ESP8266 and ESP32 microcontrollers. category=Communication url=https://github.com/J-Rios/uTLGBotLib -architectures=* \ No newline at end of file +architectures=*