Skip to content

Commit 3d3ef68

Browse files
committed
Update Betawhatsnext, PrerequisitesChecker, SetPrivacyTooll for help_url
1 parent c1855bc commit 3d3ef68

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Betawhatsnext/Betawhatsnext.gpr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
expand=True,
5656
gramplet='BetaWhatNextGramplet',
5757
gramplet_title=_("Beta What's Next?"),
58-
version = '0.1.6',
58+
version = '0.1.7',
5959
help_url="Gramps_5.2_Wiki_Manual_-_Gramplets#What.27s_Next",
6060
gramps_target_version=MODULE_VERSION,
6161
)

PrerequisitesCheckerGramplet/PrerequisitesCheckerGramplet.gpr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
id="Prerequisites Checker Gramplet",
2828
name=_("Prerequisites Checker"),
2929
description=_("Prerequisites Checker Gramplet"),
30-
version = '1.2.3',
30+
version = '1.2.4',
3131
gramps_target_version='5.2',
3232
status=STABLE,
3333
fname="PrerequisitesCheckerGramplet.py",

SetPrivacyTool/SetPrivacyTool.gpr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
id = 'SetPrivacyTool',
2323
name = _("Set Privacy Tool"),
2424
description = _("Set all objects of the last <number> of years private."),
25-
version = '1.0.14',
25+
version = '1.0.15',
2626
gramps_target_version = "5.2",
2727
status = STABLE,
2828
fname = 'SetPrivacyTool.py',

0 commit comments

Comments
 (0)