From 3f0713a7ff5c8e62dc78be50889b3c2c9a540872 Mon Sep 17 00:00:00 2001 From: Spacehuhn Date: Tue, 8 Oct 2019 15:10:51 +0200 Subject: [PATCH] Updated version number to 1.0.5 --- library.json | 4 ++-- library.properties | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/library.json b/library.json index 7153b20..f816563 100644 --- a/library.json +++ b/library.json @@ -1,6 +1,6 @@ { "name": "SimpleCLI", - "version": "1.0.4", + "version": "1.0.5", "keywords": "cli, parser, command, line, interface", "description": "Add a command line interface to your project the easy way", "repository": { @@ -14,4 +14,4 @@ }], "frameworks": "arduino", "platforms": "*" -} \ No newline at end of file +} diff --git a/library.properties b/library.properties index 6fdd078..525ecdd 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=SimpleCLI -version=1.0.4 +version=1.0.5 author=Spacehuhn maintainer=Stefan Kremser sentence=A Command Line Interface Library for Arduino