Skip to content

Commit

Permalink
// Version updated to v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aleeks committed Feb 20, 2017
1 parent 10a173c commit a53ae16
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>dashproducts</name>
<displayName><![CDATA[Dashboard Products]]></displayName>
<version><![CDATA[2.0.0]]></version>
<version><![CDATA[2.0.1]]></version>
<description><![CDATA[Adds a block with a table of your latest orders and a ranking of your products.]]></description>
<author><![CDATA[PrestaShop]]></author>
<tab><![CDATA[dashboard]]></tab>
Expand Down
2 changes: 1 addition & 1 deletion dashproducts.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public function __construct()
{
$this->name = 'dashproducts';
$this->tab = 'dashboard';
$this->version = '2.0.0';
$this->version = '2.0.1';
$this->author = 'PrestaShop';

$this->push_filename = _PS_CACHE_DIR_.'push/activity';
Expand Down

0 comments on commit a53ae16

Please sign in to comment.