Skip to content

Commit 195f254

Browse files
committed
v2.2.1 fixes bug with ili displays
1 parent 3bb5433 commit 195f254

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=BMC
2-
version=2.2.0
2+
version=2.2.1
33
author=Nero Rox
44
maintainer=Nero Rox <info@roxxxtar.com>
55
sentence=Fully featured MIDI Controller Library with a Companion Editor App for 32-bit Teensy boards, Requires Teensyduino.

src/BMC-Version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
2323
// BMC Version stored in EEPROM (for editor usage)
2424
#define BMC_VERSION_MAJ 2
2525
#define BMC_VERSION_MIN 2
26-
#define BMC_VERSION_PATCH 0
26+
#define BMC_VERSION_PATCH 1
2727

28-
#define BMC_VERSION_STR "2.2.0"
28+
#define BMC_VERSION_STR "2.2.1"
2929

3030
//16 bits unsigned, LSB byte is minor, MSB byte is major
3131
#define BMC_VERSION ((BMC_VERSION_MAJ<<8) | BMC_VERSION_MIN)

0 commit comments

Comments
 (0)