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 8dc0669 commit 284bd3aCopy full SHA for 284bd3a
library.json
@@ -22,7 +22,7 @@
22
"authors": "DaveTCC"
23
}
24
],
25
- "version": "2.2.2",
+ "version": "2.2.3",
26
"license": "Apache-2.0",
27
"frameworks": "arduino, mbed",
28
"platforms": "*"
library.properties
@@ -4,7 +4,7 @@
4
#
5
6
name=tcMenu
7
-version=2.2.2
+version=2.2.3
8
maintainer=www.thecoderscorner.com
9
author=davetcc
10
category=Other
src/tcMenuVersion.h
@@ -17,7 +17,7 @@ namespace tccore {
17
// here we define the version as both a string and separate field
18
#define TCMENU_MAJOR 2
19
#define TCMENU_MINOR 2
20
-#define TCMENU_PATCH 2
+#define TCMENU_PATCH 3
21
/**
* A helper to generate the major minor version numbers used in the protocol
0 commit comments