Skip to content

Commit

Permalink
v.5.3.0, to make a major release
Browse files Browse the repository at this point in the history
  • Loading branch information
SAKryukov committed Feb 22, 2021
1 parent d48a3cf commit 45c3c0c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion code/definition-set.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

const sharedDefinitionSet = {

version: "5.2.44",
version: "5.3.0",
years: "2017-2021",

soundControl: {
Expand All @@ -26,4 +26,6 @@ const sharedDefinitionSet = {
volumeStep: 0.01,
},

automaticChordStartMarker: `${String.fromCodePoint(0x1D184, 0x1D184, 0x1D184)}`,

}; //sharedDefinitionSet

0 comments on commit 45c3c0c

Please sign in to comment.