Skip to content

Commit d00db37

Browse files
author
Maxime Biloé
committed
// Version updated to v1.6.1
1 parent 8905927 commit d00db37

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>statsdata</name>
44
<displayName><![CDATA[Data mining for statistics]]></displayName>
5-
<version><![CDATA[1.6.0]]></version>
5+
<version><![CDATA[1.6.1]]></version>
66
<description><![CDATA[This module must be enabled if you want to use statistics.]]></description>
77
<author><![CDATA[PrestaShop]]></author>
88
<tab><![CDATA[analytics_stats]]></tab>

statsdata.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public function __construct()
3434
{
3535
$this->name = 'statsdata';
3636
$this->tab = 'analytics_stats';
37-
$this->version = '1.6.0';
37+
$this->version = '1.6.1';
3838
$this->author = 'PrestaShop';
3939
$this->need_instance = 0;
4040

0 commit comments

Comments
 (0)