From b68ca05605bb8cd20379310db98ab083d9f21494 Mon Sep 17 00:00:00 2001 From: Spacehuhn Date: Sun, 12 Jan 2020 14:09:23 +0100 Subject: [PATCH] Updated version number to 1.0.7 --- library.json | 2 +- library.properties | 2 +- src/SimpleCLI.h | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/library.json b/library.json index 43245d4..4823465 100644 --- a/library.json +++ b/library.json @@ -1,6 +1,6 @@ { "name": "SimpleCLI", - "version": "1.0.6", + "version": "1.0.7", "keywords": "cli, parser, command, line, interface", "description": "Add a command line interface to your project the easy way", "repository": { diff --git a/library.properties b/library.properties index 35131ec..b9bdc75 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=SimpleCLI -version=1.0.6 +version=1.0.7 author=Spacehuhn maintainer=Stefan Kremser sentence=A Command Line Interface Library for Arduino diff --git a/src/SimpleCLI.h b/src/SimpleCLI.h index dd1d3ba..2a56619 100644 --- a/src/SimpleCLI.h +++ b/src/SimpleCLI.h @@ -9,10 +9,10 @@ #include "CommandError.h" // CommandError, Command, Argument -#define SIMPLECLI_VERSION "1.0.6" +#define SIMPLECLI_VERSION "1.0.7" #define SIMPLECLI_VERSION_MAJOR 1 #define SIMPLECLI_VERSION_MINOR 0 -#define SIMPLECLI_VERSION_REVISION 6 +#define SIMPLECLI_VERSION_REVISION 7 class SimpleCLI { private: