We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4350ee6 commit fe3d7f8Copy full SHA for fe3d7f8
library.properties
@@ -1,5 +1,5 @@
1
name=Commander
2
-version=4.0.1
+version=4.1.1
3
author=Bill Bigge
4
maintainer=Bill Bigge <[email protected]>
5
sentence=Command line library for Arduino.
src/Commander.h
@@ -94,8 +94,8 @@ typedef union {
94
//default is 0b 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 1 1 1 0 1 1 0 0 0
95
//const String CommanderVersionNumber = "3.0.0";
96
const uint8_t majorVersion = 4;
97
-const uint8_t minorVersion = 0;
98
-const uint8_t subVersion = 1;
+const uint8_t minorVersion = 1;
+const uint8_t subVersion = 0;
99
100
typedef enum streamType_t{
101
UNDEFINED_STREAM = 0,
0 commit comments