Skip to content

Commit

Permalink
Change version number
Browse files Browse the repository at this point in the history
  • Loading branch information
SL-Gundam committed Jan 2, 2017
1 parent b685787 commit 094d72d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion EmailReporting.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ function register()
$this->description = plugin_lang_get( 'plugin_description' );
$this->page = 'manage_config';

$this->version = '0.9.3-DEV';
$this->version = '0.9.3';
$this->requires = array(
'MantisCore' => '1.2.6, <2.0.99',
);
Expand Down
2 changes: 1 addition & 1 deletion doc/CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Changelog:
Jul 2016 - EmailReporting-0.9.3-DEV
Jul 2016 - EmailReporting-0.9.3
- Preliminary support for MantisBT 2.0.x and ModernUI
- Fix possible fatal error on return value
- Added error when __construct is not run when it should have
Expand Down

0 comments on commit 094d72d

Please sign in to comment.