Skip to content

Commit fe3d7f8

Browse files
fix issues caused by github
1 parent 4350ee6 commit fe3d7f8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=Commander
2-
version=4.0.1
2+
version=4.1.1
33
author=Bill Bigge
44
maintainer=Bill Bigge <[email protected]>
55
sentence=Command line library for Arduino.

src/Commander.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,8 @@ typedef union {
9494
//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
9595
//const String CommanderVersionNumber = "3.0.0";
9696
const uint8_t majorVersion = 4;
97-
const uint8_t minorVersion = 0;
98-
const uint8_t subVersion = 1;
97+
const uint8_t minorVersion = 1;
98+
const uint8_t subVersion = 0;
9999

100100
typedef enum streamType_t{
101101
UNDEFINED_STREAM = 0,

0 commit comments

Comments
 (0)