Skip to content

Commit

Permalink
// Version updated to v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
maximebiloe committed Feb 1, 2017
1 parent f2e1695 commit a11ec20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<module>
<name>ps_emailalerts</name>
<displayName><![CDATA[Mail alerts]]></displayName>
<version><![CDATA[1.0.3]]></version>
<version><![CDATA[2.0.0]]></version>
<description><![CDATA[Sends e-mail notifications to customers and merchants regarding stock and order modifications.]]></description>
<author><![CDATA[PrestaShop]]></author>
<tab><![CDATA[administration]]></tab>
Expand Down
2 changes: 1 addition & 1 deletion ps_emailalerts.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public function __construct()
{
$this->name = 'ps_emailalerts';
$this->tab = 'administration';
$this->version = '1.0.3';
$this->version = '2.0.0';
$this->author = 'PrestaShop';
$this->need_instance = 0;

Expand Down

0 comments on commit a11ec20

Please sign in to comment.