Skip to content

Commit 87eeda5

Browse files
committed
// Version updated to v1.0.0
1 parent f63c04e commit 87eeda5

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[0.6.0]]></version>
5+
<version><![CDATA[1.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
@@ -35,7 +35,7 @@ public function __construct()
3535
{
3636
$this->name = 'dashactivity';
3737
$this->tab = 'dashboard';
38-
$this->version = '0.6.0';
38+
$this->version = '1.0.0';
3939
$this->author = 'PrestaShop';
4040
$this->push_filename = _PS_CACHE_DIR_.'push/activity';
4141
$this->allow_push = true;

0 commit comments

Comments
 (0)