Skip to content

Commit

Permalink
Bump version to 2.0 for Mantis 1.3 support
Browse files Browse the repository at this point in the history
  • Loading branch information
dregad committed Aug 31, 2016
1 parent 8dc9c55 commit 3fe5a3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Reminder.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ class ReminderPlugin extends MantisPlugin {
function register() {
$this->name = 'Reminder';
$this->description = lang_get( 'reminder_plugin_desc' );
$this->version = '1.23';
$this->version = '2.0';
$this->requires = array('MantisCore' => '1.3.0',);
$this->author = 'Cas Nuy';
$this->contact = 'Cas-at-nuy.info';
Expand Down

0 comments on commit 3fe5a3f

Please sign in to comment.