Skip to content

Commit a11cfbc

Browse files
committed
// Version updated to v2.0.0
1 parent 336635e commit a11cfbc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

config.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<module>
33
<name>dashactivity</name>
44
<displayName><![CDATA[Dashboard Activity]]></displayName>
5-
<version><![CDATA[1.0.0]]></version>
5+
<version><![CDATA[2.0.0]]></version>
66
<description><![CDATA[]]></description>
77
<author><![CDATA[PrestaShop]]></author>
88
<tab><![CDATA[dashboard]]></tab>

dashactivity.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public function __construct()
3636
{
3737
$this->name = 'dashactivity';
3838
$this->tab = 'dashboard';
39-
$this->version = '1.0.0';
39+
$this->version = '2.0.0';
4040
$this->author = 'PrestaShop';
4141
$this->push_filename = _PS_CACHE_DIR_.'push/activity';
4242
$this->allow_push = true;

0 commit comments

Comments
 (0)