Skip to content

Commit

Permalink
Update version in browser
Browse files Browse the repository at this point in the history
  • Loading branch information
grimmdude committed Nov 30, 2022
1 parent 6a85654 commit 9a42bd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion browser/midiwriter.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ var MidiWriter = (function () {
* @return {Constants}
*/
var Constants = {
VERSION: '2.1.0',
VERSION: '2.1.1',
HEADER_CHUNK_TYPE: [0x4d, 0x54, 0x68, 0x64],
// Mthd
HEADER_CHUNK_LENGTH: [0x00, 0x00, 0x00, 0x06],
Expand Down

0 comments on commit 9a42bd4

Please sign in to comment.