Skip to content

Commit

Permalink
Updated version number to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Spacehuhn committed Jun 23, 2020
1 parent 2f5109c commit c823d7b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=SimpleCLI
version=1.0.9
version=1.1.0
author=Spacehuhn
maintainer=Stefan Kremser <[email protected]>
sentence=A Command Line Interface Library for Arduino
Expand Down
6 changes: 3 additions & 3 deletions src/SimpleCLI.h
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit c823d7b

Please sign in to comment.