diff --git a/library.json b/library.json index a565605..7466026 100644 --- a/library.json +++ b/library.json @@ -1,6 +1,6 @@ { "name": "SimpleCLI", - "version": "1.0.9", + "version": "1.1.0", "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 c409456..854de70 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=SimpleCLI -version=1.0.9 +version=1.1.0 author=Spacehuhn maintainer=Stefan Kremser sentence=A Command Line Interface Library for Arduino diff --git a/src/SimpleCLI.h b/src/SimpleCLI.h index e150a5e..e5dd73a 100644 --- a/src/SimpleCLI.h +++ b/src/SimpleCLI.h @@ -9,10 +9,10 @@ #include "CommandError.h" // CommandError, Command, Argument -#define SIMPLECLI_VERSION "1.0.9" +#define SIMPLECLI_VERSION "1.1.0" #define SIMPLECLI_VERSION_MAJOR 1 -#define SIMPLECLI_VERSION_MINOR 0 -#define SIMPLECLI_VERSION_REVISION 9 +#define SIMPLECLI_VERSION_MINOR 1 +#define SIMPLECLI_VERSION_REVISION 0 class SimpleCLI { private: