Update plugin version to match Gramps 5.1

Changed MODULE_VERSION from 6.0 to 5.1 to match installed Gramps version
This commit is contained in:
Daniel Viegas 2025-11-28 22:06:34 +01:00
parent 581a6c1f59
commit 2d724f9a0a

View File

@ -22,7 +22,7 @@ from gramps.gen.const import GRAMPS_LOCALE as glocale
_ = glocale.translation.gettext
MODULE_VERSION = "6.0"
MODULE_VERSION = "5.1"
# ------------------------------------------------------------------------
#