Skip to content

Commit

Permalink
// Version updated to v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
maximebiloe committed Jan 11, 2017
1 parent b96a644 commit 545dd14
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[0.3.5]]></version>
<version><![CDATA[1.0.0]]></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 @@ -33,7 +33,7 @@ public function __construct()
{
$this->name = 'dashproducts';
$this->tab = 'dashboard';
$this->version = '0.3.5';
$this->version = '1.0.0';
$this->author = 'PrestaShop';

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

0 comments on commit 545dd14

Please sign in to comment.