Skip to content

Commit

Permalink
2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
06Games committed Nov 29, 2022
1 parent 4589713 commit 7c0e33d
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 @@ -54,7 +54,7 @@ public function title(): string { return 'Mail System'; }
public function description(): string { return '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.0'; }
public function customModuleVersion(): string { return '2.3.1'; }
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.0
2.3.1

0 comments on commit 7c0e33d

Please sign in to comment.