Skip to content

Commit 7e4201a

Browse files
author
Stefan Kremser
authored
Update SimpleCLI.h
1 parent 2139216 commit 7e4201a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/SimpleCLI.h

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright (c) 2019 Stefan Kremser
2+
Copyright (c) 2021 Spacehuhn Technologies
33
This software is licensed under the MIT License. See the license file for details.
44
Source: github.com/spacehuhn/SimpleCLI
55
*/
@@ -9,10 +9,10 @@
99

1010
#include "CommandError.h" // CommandError, Command, Argument
1111

12-
#define SIMPLECLI_VERSION "1.1.1"
12+
#define SIMPLECLI_VERSION "1.1.2"
1313
#define SIMPLECLI_VERSION_MAJOR 1
1414
#define SIMPLECLI_VERSION_MINOR 1
15-
#define SIMPLECLI_VERSION_REVISION 1
15+
#define SIMPLECLI_VERSION_REVISION 2
1616

1717
class SimpleCLI {
1818
private:
@@ -78,4 +78,4 @@ class SimpleCLI {
7878
void setErrorCallback(void (* onError)(cmd_error* e));
7979
};
8080

81-
#endif // ifndef SimpleCLI_h
81+
#endif // ifndef SimpleCLI_h

0 commit comments

Comments
 (0)