diff --git a/library.properties b/library.properties index 13d68bf..5fd9a25 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=BMC -version=0.1.1 +version=0.1.2 author=Nero Rox maintainer=Nero Rox sentence=Badass MIDI Controller (BMC), a fully featured MIDI Controller with a Desktop Editor App. For 32-bit Teensy Only diff --git a/src/BMC-Version.h b/src/BMC-Version.h index f03688a..0a71f61 100644 --- a/src/BMC-Version.h +++ b/src/BMC-Version.h @@ -23,7 +23,7 @@ // BMC Version stored in EEPROM (for editor usage) #define BMC_VERSION_MAJ 0 #define BMC_VERSION_MIN 1 -#define BMC_VERSION_PATCH 1 +#define BMC_VERSION_PATCH 2 //16 bits unsigned, LSB byte is minor, MSB byte is major #define BMC_VERSION ((BMC_VERSION_MAJ<<8) | BMC_VERSION_MIN)