Skip to content

Commit

Permalink
Merge pull request #17 from Quetzacoalt91/bump-110
Browse files Browse the repository at this point in the history
Bump version to v1.1.0
  • Loading branch information
Quetzacoalt91 authored Nov 22, 2019
2 parents de7e317 + 2c6c758 commit 6f25e80
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.10]]></version>
<version><![CDATA[1.1.0]]></version>
<description><![CDATA[Easily configure and customize your homepage&rsquo;s theme and main native modules. Feature available on Design &gt; Theme &amp; Logo page.]]></description>
<author><![CDATA[PrestaShop]]></author>
<tab><![CDATA[]]></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.10';
$this->version = '1.1.0';
$this->author = 'PrestaShop';
$this->module_key = 'af0983815ad8c8a193b5dc9168e8372e';
$this->author_address = '0x64aa3c1e4034d07015f639b0e171b0d7b27d01aa';
Expand Down

0 comments on commit 6f25e80

Please sign in to comment.