Skip to content

Commit 6f61fff

Browse files
committed
Update version number for 0.9.1 release
1 parent 1d64716 commit 6f61fff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.1-DEV';
64+
$this->version = '0.9.1';
6565
$this->requires = array(
6666
'MantisCore' => '1.2.6, <1.3.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-
Dec 2015 - EmailReporting-0.9.1-DEV
2+
May 2016 - EmailReporting-0.9.1
33
- Modified error message incase no valid reporter could be found
44
- Allow numbers in the anchor name for the help link
55
- HTML Body will be added as attachment if mail_parse_html is off

0 commit comments

Comments
 (0)