Skip to content
This repository was archived by the owner on Feb 1, 2021. It is now read-only.

Commit ce69388

Browse files
committed
// Version updated to v1.7.1
1 parent c32cbf9 commit ce69388

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>referralprogram</name>
44
<displayName><![CDATA[Customer referral program]]></displayName>
5-
<version><![CDATA[1.7.0]]></version>
5+
<version><![CDATA[1.7.1]]></version>
66
<description><![CDATA[Integrate a referral program system into your shop.]]></description>
77
<author><![CDATA[PrestaShop]]></author>
88
<tab><![CDATA[advertising_marketing]]></tab>

referralprogram.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public function __construct()
3333
{
3434
$this->name = 'referralprogram';
3535
$this->tab = 'advertising_marketing';
36-
$this->version = '1.7.0';
36+
$this->version = '1.7.1';
3737
$this->author = 'PrestaShop';
3838

3939
$this->controllers = array('program');

0 commit comments

Comments
 (0)