Skip to content

Commit e8fc50a

Browse files
committed
2.3.7
1 parent f85c0f1 commit e8fc50a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

module.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public function title(): string { return 'Mail System'; }
5555
public function description(): string { return I18N::translate('Sends out newsletters at regular intervals'); }
5656
public function customModuleAuthorName(): string { return 'EvanG'; }
5757
public function customModuleSupportUrl(): string { return 'https://github.com/06Games/Webtrees-MailSystem'; }
58-
public function customModuleVersion(): string { return '2.3.6'; }
58+
public function customModuleVersion(): string { return '2.3.7'; }
5959
public function customModuleLatestVersionUrl(): string { return 'https://github.com/06Games/Webtrees-MailSystem/raw/main/version.txt'; }
6060
public function resourcesFolder(): string { return __DIR__ . '/resources/'; }
6161
public function getConfigLink(): string { return route(AdminPage::class); }

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.3.6
1+
2.3.7

0 commit comments

Comments
 (0)