From 8e595c93a4542f210c840bd313d8267883701ed7 Mon Sep 17 00:00:00 2001 From: Leonid Meleshin Date: Thu, 15 Aug 2024 17:18:26 +0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Release=201.1.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- library.json | 2 +- library.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/library.json b/library.json index 0976fea..9d88316 100644 --- a/library.json +++ b/library.json @@ -1,7 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/platformio/platformio-core/develop/platformio/assets/schema/library.json", "name": "Serial_BLE", - "version": "1.1.2", + "version": "1.1.3", "description": "Customizable Arduino and ESP32 BLE Serial library, compliant with Nordic UART Service and others.", "keywords": [ "serial", diff --git a/library.properties b/library.properties index f82a8e3..ef729ec 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=Serial_BLE -version=1.1.2 +version=1.1.3 author=Leonid Meleshin maintainer=Leonid Meleshin sentence=Customizable BLE Serial (UART) library.