// Version updated to v1.0.2

This commit is contained in:
Maxime Biloé
2016-09-30 14:31:33 +02:00
parent d5a3e3d1df
commit 09b1a0235a
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
<module>
<name>ps_mainmenu</name>
<displayName><![CDATA[Main menu]]></displayName>
<version><![CDATA[1.0.1]]></version>
<version><![CDATA[1.0.2]]></version>
<description><![CDATA[Adds a new menu to the top of your e-commerce website.]]></description>
<author><![CDATA[PrestaShop]]></author>
<tab><![CDATA[front_office_features]]></tab>
+1 -1
View File
@@ -56,7 +56,7 @@ class Ps_MainMenu extends Module implements WidgetInterface
{
$this->name = 'ps_mainmenu';
$this->tab = 'front_office_features';
$this->version = '1.0.1';
$this->version = '1.0.2';
$this->author = 'PrestaShop';
$this->bootstrap = true;