diff --git a/library.json b/library.json index 4823465..de2d39d 100644 --- a/library.json +++ b/library.json @@ -1,6 +1,6 @@ { "name": "SimpleCLI", - "version": "1.0.7", + "version": "1.0.8", "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 b9bdc75..b16fd58 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=SimpleCLI -version=1.0.7 +version=1.0.8 author=Spacehuhn maintainer=Stefan Kremser sentence=A Command Line Interface Library for Arduino diff --git a/src/SimpleCLI.h b/src/SimpleCLI.h index 34b86dc..37ab56a 100644 --- a/src/SimpleCLI.h +++ b/src/SimpleCLI.h @@ -9,10 +9,10 @@ #include "CommandError.h" // CommandError, Command, Argument -#define SIMPLECLI_VERSION "1.0.7" +#define SIMPLECLI_VERSION "1.0.8" #define SIMPLECLI_VERSION_MAJOR 1 #define SIMPLECLI_VERSION_MINOR 0 -#define SIMPLECLI_VERSION_REVISION 7 +#define SIMPLECLI_VERSION_REVISION 8 class SimpleCLI { private: