From 839be1ab47986938f1b4a8bd6c87712c75dadbcc Mon Sep 17 00:00:00 2001 From: Kirill Uksusov Date: Wed, 20 May 2020 13:56:15 +0400 Subject: [PATCH] Version updated --- src/Modules/ReminderModule.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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';