// Version updated to v2.1.1

This commit is contained in:
Jérôme Nadaud
2015-03-16 17:41:31 +01:00
parent 890f8b846a
commit 1c46856686
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -52,7 +52,7 @@ class Blocktopmenu extends Module
{
$this->name = 'blocktopmenu';
$this->tab = 'front_office_features';
$this->version = '2.1.0';
$this->version = '2.1.1';
$this->author = 'PrestaShop';
$this->bootstrap = true;
+1 -1
View File
@@ -2,7 +2,7 @@
<module>
<name>blocktopmenu</name>
<displayName><![CDATA[Top horizontal menu]]></displayName>
<version><![CDATA[2.1.0]]></version>
<version><![CDATA[2.1.1]]></version>
<description><![CDATA[Adds a new horizontal menu to the top of your e-commerce website.]]></description>
<author><![CDATA[PrestaShop]]></author>
<tab><![CDATA[front_office_features]]></tab>