From 9a4ba6929966cc96bc0c138d08d3886d37ab0a54 Mon Sep 17 00:00:00 2001 From: J-Rios Date: Sun, 5 Mar 2023 16:38:49 +0100 Subject: [PATCH] Update library version to v1.2.0 --- library.json | 2 +- library.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/library.json b/library.json index a2e23f8..40436f5 100644 --- a/library.json +++ b/library.json @@ -10,7 +10,7 @@ "type": "git", "url": "https://github.com/J-Rios/minbasecli" }, - "version": "1.1.1", + "version": "1.2.0", "frameworks": "*", "platforms": "*" } diff --git a/library.properties b/library.properties index d6b96bb..2b5b446 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=minbasecli -version=1.1.1 +version=1.2.0 author=JRios maintainer=JRios sentence=A minimal Command Line Interface C++ library implementation with HAL emphasis to be used in different kind of devices and frameworks.