Skip to content

Commit bb19e8f

Browse files
committed
increased to version 1.4.1 fixed old sketches and fix api bug
1 parent e8d6e09 commit bb19e8f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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=1.4.0
2+
version=1.4.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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
// BMC Version stored in EEPROM (for editor usage)
2424
#define BMC_VERSION_MAJ 1
2525
#define BMC_VERSION_MIN 4
26-
#define BMC_VERSION_PATCH 0
26+
#define BMC_VERSION_PATCH 1
2727

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

0 commit comments

Comments
 (0)