Skip to content

Commit

Permalink
Updated version number
Browse files Browse the repository at this point in the history
  • Loading branch information
looptailG committed Apr 28, 2024
1 parent 32f77c7 commit dc825cb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions source/31EdoTuner.qml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ import MuseScore 3.0

MuseScore
{
menuPath: "Plugins.Tuner.31EDO"
description: "Retune the selection, or the whole score if nothing is selected, to 31EDO."
version: "1.5.0-alpha"
menuPath: "Plugins.Tuner.31EDO";
description: "Retune the selection, or the whole score if nothing is selected, to 31EDO.";
version: "1.5.0";

Component.onCompleted:
{
Expand Down Expand Up @@ -194,7 +194,7 @@ MuseScore
// Map containing the previous microtonal accidentals in the current
// measure. The keys are formatted as note letter concatenated with the
// note octave, for example C4. The value is the last microtonal accidental
// that was applied to that note.
// that was applied to that note within the current measure.
property variant previousAccidentals:
{}

Expand Down

0 comments on commit dc825cb

Please sign in to comment.