diff --git a/src/plugins/gramplet/bottombar.gpr.py b/src/plugins/gramplet/bottombar.gpr.py index de8eb39d7..701e37545 100644 --- a/src/plugins/gramplet/bottombar.gpr.py +++ b/src/plugins/gramplet/bottombar.gpr.py @@ -82,7 +82,7 @@ register(GRAMPLET, name = _("Exif Viewer Gramplet"), description = _("Gramplet showing exif tags for a media object"), version = "1.0.0", - gramps_target_version = "3.3.0", + gramps_target_version = "3.3", status = STABLE, fname = "Exif.py", height = 200, @@ -110,7 +110,7 @@ register(GRAMPLET, name=_("Person Events Gramplet"), description = _("Gramplet showing the events for a person"), version="1.0.0", - gramps_target_version="3.3.0", + gramps_target_version="3.3", status = STABLE, fname="Events.py", height=200, @@ -123,7 +123,7 @@ register(GRAMPLET, name=_("Family Events Gramplet"), description = _("Gramplet showing the events for a family"), version="1.0.0", - gramps_target_version="3.3.0", + gramps_target_version="3.3", status = STABLE, fname="Events.py", height=200,