diff --git a/31EdoTuner.qml b/31EdoTuner.qml index 259a16b..a5ac36e 100644 --- a/31EdoTuner.qml +++ b/31EdoTuner.qml @@ -24,13 +24,14 @@ MuseScore { menuPath: "Plugins.Tuner.31EDO" description: "Retune the whole score to 31EDO." - version: "1.0.3" + version: "1.1.0" Component.onCompleted: { if (mscoreMajorVersion >= 4) { title = qsTr("31EDO Tuner"); + thumbnailName = "31EdoThumbnail.png"; categoryCode = "playback"; } }