diff --git a/Reminder.php b/Reminder.php index f000aef..d039e7b 100644 --- a/Reminder.php +++ b/Reminder.php @@ -4,7 +4,7 @@ class ReminderPlugin extends MantisPlugin { function register() { $this->name = 'Reminder'; $this->description = lang_get( 'reminder_plugin_desc' ); - $this->version = '2.20'; + $this->version = '2.21'; $this->requires = array('MantisCore' => '2.0.0',); $this->author = 'Cas Nuy'; $this->contact = 'Cas-at-nuy.info';