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