Skip to content

Commit 17beaa8

Browse files
committed
// Version updated to v2.1.3
1 parent 19bc058 commit 17beaa8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<module>
33
<name>ps_linklist</name>
44
<displayName><![CDATA[Link List]]></displayName>
5-
<version><![CDATA[2.1.2]]></version>
5+
<version><![CDATA[2.1.3]]></version>
66
<description><![CDATA[Adds a block with several links.]]></description>
77
<author><![CDATA[PrestaShop]]></author>
88
<is_configurable>1</is_configurable>

ps_linklist.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public function __construct()
4848
{
4949
$this->name = 'ps_linklist';
5050
$this->author = 'PrestaShop';
51-
$this->version = '2.1.2';
51+
$this->version = '2.1.3';
5252
$this->need_instance = 0;
5353

5454
$this->bootstrap = true;

0 commit comments

Comments
 (0)