Skip to content

Commit 512b77d

Browse files
committed
bump version for release
1 parent 295d9df commit 512b77d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"authors": "DaveTCC"
2323
}
2424
],
25-
"version": "2.4.1",
25+
"version": "2.5.0",
2626
"license": "Apache-2.0",
2727
"frameworks": "arduino, mbed",
2828
"platforms": "*"

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55

66
name=tcMenu
7-
version=2.4.1
7+
version=2.5.0
88
maintainer=www.thecoderscorner.com
99
author=davetcc
1010
category=Other

src/tcMenuVersion.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ namespace tccore {
1616

1717
// here we define the version as both a string and separate field
1818
#define TCMENU_MAJOR 2
19-
#define TCMENU_MINOR 4
20-
#define TCMENU_PATCH 1
19+
#define TCMENU_MINOR 5
20+
#define TCMENU_PATCH 0
2121

2222
/**
2323
* A helper to generate the major minor version numbers used in the protocol

0 commit comments

Comments
 (0)