Skip to content

Commit 13e64b2

Browse files
authored
Merge pull request #177 from atomiix/release/2.1.1
Bump version to 2.1.1
2 parents 9c354a0 + 3debf38 commit 13e64b2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

blockwishlist.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ public function __construct()
7272
{
7373
$this->name = 'blockwishlist';
7474
$this->tab = 'front_office_features';
75-
$this->version = '2.1.0';
75+
$this->version = '2.1.1';
7676
$this->author = 'PrestaShop';
7777
$this->need_instance = 0;
7878

config.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<module>
33
<name>blockwishlist</name>
44
<displayName><![CDATA[Wishlist block]]></displayName>
5-
<version><![CDATA[2.1.0]]></version>
5+
<version><![CDATA[2.1.1]]></version>
66
<description><![CDATA[Adds a block containing the customer&#039;s wishlists.]]></description>
77
<author><![CDATA[PrestaShop]]></author>
88
<tab><![CDATA[front_office_features]]></tab>

0 commit comments

Comments
 (0)