Skip to content

Commit 6043ab5

Browse files
committed
v1.6.0
1 parent 08f2fb4 commit 6043ab5

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

examples/UArmProtocol/UArmProtocol.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
#define UARM_FIRMATA_BUGFIX 1
2020

2121
#define UARM_FIRMWARE_MAJOR_VERSION 1
22-
#define UARM_FIRMWARE_MINOR_VERSION 6
22+
#define UARM_FIRMWARE_MINOR_VERSION 7
2323
#define UARM_FIRMWARE_BUGFIX 0
2424

2525
#define START_SYSEX 0xF0 // start a MIDI Sysex message

uarm_library.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
#define uArm_library_h
2020

2121
#define UARM_MAJOR_VERSION 1
22-
#define UARM_MINOR_VERSION 5
23-
#define UARM_BUGFIX 11
22+
#define UARM_MINOR_VERSION 6
23+
#define UARM_BUGFIX 0
2424

2525
#define SUCCESS 1
2626
#define FAILED -1

0 commit comments

Comments
 (0)