Skip to content

Commit 094d72d

Browse files
committed
Change version number
1 parent b685787 commit 094d72d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

EmailReporting.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ function register()
6161
$this->description = plugin_lang_get( 'plugin_description' );
6262
$this->page = 'manage_config';
6363

64-
$this->version = '0.9.3-DEV';
64+
$this->version = '0.9.3';
6565
$this->requires = array(
6666
'MantisCore' => '1.2.6, <2.0.99',
6767
);

doc/CHANGELOG.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Changelog:
2-
Jul 2016 - EmailReporting-0.9.3-DEV
2+
Jul 2016 - EmailReporting-0.9.3
33
- Preliminary support for MantisBT 2.0.x and ModernUI
44
- Fix possible fatal error on return value
55
- Added error when __construct is not run when it should have

0 commit comments

Comments
 (0)