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

Commit ec0251e

Browse files
committed
// Version updated to v2.1.3
1 parent 766c2b2 commit ec0251e

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>themeconfigurator</name>
44
<displayName><![CDATA[Theme configurator]]></displayName>
5-
<version><![CDATA[2.1.2]]></version>
5+
<version><![CDATA[2.1.3]]></version>
66
<description><![CDATA[Configure the main elements of your theme.]]></description>
77
<author><![CDATA[PrestaShop]]></author>
88
<tab><![CDATA[front_office_features]]></tab>

themeconfigurator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public function __construct()
3737
{
3838
$this->name = 'themeconfigurator';
3939
$this->tab = 'front_office_features';
40-
$this->version = '2.1.2';
40+
$this->version = '2.1.3';
4141
$this->bootstrap = true;
4242
$this->secure_key = Tools::encrypt($this->name);
4343
$this->default_language = Language::getLanguage(Configuration::get('PS_LANG_DEFAULT'));

0 commit comments

Comments
 (0)