diff --git a/src/Modules/ReminderModule.php b/src/Modules/ReminderModule.php index b3a58df..a394c00 100644 --- a/src/Modules/ReminderModule.php +++ b/src/Modules/ReminderModule.php @@ -22,7 +22,7 @@ class ReminderModule extends AbstractModule implements ModuleCustomInterface, Mo use ModuleCustomTrait; use ModuleConfigTrait; - public const CUSTOM_VERSION = '2.0.3'; + public const CUSTOM_VERSION = '2.0.4'; public const CUSTOM_WEBSITE = 'https://github.com/UksusoFF/webtrees-reminder';