diff --git a/src/plugins/gramplet/bottombar.gpr.py b/src/plugins/gramplet/bottombar.gpr.py index bf7d25ace..de8eb39d7 100644 --- a/src/plugins/gramplet/bottombar.gpr.py +++ b/src/plugins/gramplet/bottombar.gpr.py @@ -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.4", + gramps_target_version="3.3.0", 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.4", + gramps_target_version="3.3.0", status = STABLE, fname="Events.py", height=200,