Skip to content

Commit

Permalink
Merge pull request #65 from Quixotic7/MFXRepeat
Browse files Browse the repository at this point in the history
Version Bump to 1.13.4
  • Loading branch information
okyeron committed Mar 24, 2024
2 parents 5eb4f91 + f08189b commit 5972c7d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion OMX-27-firmware/OMX-27-firmware.ino
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// OMX-27 MIDI KEYBOARD / SEQUENCER

// v1.13.3
// v1.13.4
// Last update: Feb 2024
//
// Original concept and initial code by Steven Noreyko
Expand Down
4 changes: 2 additions & 2 deletions OMX-27-firmware/src/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
// #include <cstdarg>

/* * firmware metadata */
// OMX_VERSION = 1.13.3
// OMX_VERSION = 1.13.4
const int MAJOR_VERSION = 1;
const int MINOR_VERSION = 13;
const int POINT_VERSION = 3;
const int POINT_VERSION = 4;

// 1.13.2 - Adds CV Trigger modes for legato and regtrig
// 1.13.3 - Bugfix for CV Trigger modes
Expand Down

0 comments on commit 5972c7d

Please sign in to comment.