From 2d4ec0f73a10e546a8527aace06e6a10ea124d40 Mon Sep 17 00:00:00 2001 From: Spacehuhn Date: Sun, 12 Jan 2020 13:37:09 +0100 Subject: [PATCH] Updated version number to 1.0.6 --- 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 f816563..43245d4 100644 --- a/library.json +++ b/library.json @@ -1,6 +1,6 @@ { "name": "SimpleCLI", - "version": "1.0.5", + "version": "1.0.6", "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 525ecdd..35131ec 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=SimpleCLI -version=1.0.5 +version=1.0.6 author=Spacehuhn maintainer=Stefan Kremser sentence=A Command Line Interface Library for Arduino diff --git a/src/SimpleCLI.h b/src/SimpleCLI.h index d524066..dd1d3ba 100644 --- a/src/SimpleCLI.h +++ b/src/SimpleCLI.h @@ -9,10 +9,10 @@ #include "CommandError.h" // CommandError, Command, Argument -#define SIMPLECLI_VERSION "1.0.4" +#define SIMPLECLI_VERSION "1.0.6" #define SIMPLECLI_VERSION_MAJOR 1 #define SIMPLECLI_VERSION_MINOR 0 -#define SIMPLECLI_VERSION_REVISION 4 +#define SIMPLECLI_VERSION_REVISION 6 class SimpleCLI { private: