Skip to content

Commit

Permalink
2.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
06Games committed Apr 3, 2024
1 parent f85c0f1 commit e8fc50a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion module.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public function title(): string { return 'Mail System'; }
public function description(): string { return I18N::translate('Sends out newsletters at regular intervals'); }
public function customModuleAuthorName(): string { return 'EvanG'; }
public function customModuleSupportUrl(): string { return 'https://github.com/06Games/Webtrees-MailSystem'; }
public function customModuleVersion(): string { return '2.3.6'; }
public function customModuleVersion(): string { return '2.3.7'; }
public function customModuleLatestVersionUrl(): string { return 'https://github.com/06Games/Webtrees-MailSystem/raw/main/version.txt'; }
public function resourcesFolder(): string { return __DIR__ . '/resources/'; }
public function getConfigLink(): string { return route(AdminPage::class); }
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.3.6
2.3.7

0 comments on commit e8fc50a

Please sign in to comment.