Skip to content

Commit

Permalink
Update 31EdoTuner.qml
Browse files Browse the repository at this point in the history
- Changed version number to 1.1.0.
- Added thmbnail image.
  • Loading branch information
looptailG authored Mar 13, 2024
1 parent af566fc commit 5177697
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion 31EdoTuner.qml
Original file line number Diff line number Diff line change
Expand Up @@ -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";
}
}
Expand Down

0 comments on commit 5177697

Please sign in to comment.