Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jolelievre committed Apr 12, 2019
1 parent 2391c2d commit 1bbc984
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<module>
<name>ps_themecusto</name>
<displayName><![CDATA[Theme Customization]]></displayName>
<version><![CDATA[1.0.9]]></version>
<version><![CDATA[1.0.10]]></version>
<description><![CDATA[Easily configure and customize your homepage’s theme and main native modules. Feature available on Design > Theme & Logo page.]]></description>
<author><![CDATA[PrestaShop]]></author>
<tab><![CDATA[administration]]></tab>
Expand Down
2 changes: 1 addition & 1 deletion ps_themecusto.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class ps_themecusto extends Module
public function __construct()
{
$this->name = 'ps_themecusto';
$this->version = '1.0.9';
$this->version = '1.0.10';
$this->author = 'PrestaShop';
$this->module_key = 'af0983815ad8c8a193b5dc9168e8372e';
$this->author_address = '0x64aa3c1e4034d07015f639b0e171b0d7b27d01aa';
Expand Down

0 comments on commit 1bbc984

Please sign in to comment.