Skip to content

Commit

Permalink
v0.1.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
neroroxxx committed Sep 1, 2020
1 parent febf787 commit 4de2d98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=BMC
version=0.1.1
version=0.1.2
author=Nero Rox
maintainer=Nero Rox <info@roxxxtar.com>
sentence=Badass MIDI Controller (BMC), a fully featured MIDI Controller with a Desktop Editor App. For 32-bit Teensy Only
Expand Down
2 changes: 1 addition & 1 deletion src/BMC-Version.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 4de2d98

Please sign in to comment.