From dc825cbace41ad6c347278711f2e2ace376d2cc8 Mon Sep 17 00:00:00 2001 From: looptailG <99362337+looptailG@users.noreply.github.com> Date: Sun, 28 Apr 2024 17:53:37 +0200 Subject: [PATCH] Updated version number --- source/31EdoTuner.qml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/source/31EdoTuner.qml b/source/31EdoTuner.qml index 6d2d3ff..b47f49a 100644 --- a/source/31EdoTuner.qml +++ b/source/31EdoTuner.qml @@ -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: { @@ -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: {}