Skip to content

Commit

Permalink
// Version updated to v3.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
eternoendless committed Jun 5, 2018
1 parent f6caf18 commit c32921a
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>gsitemap</name>
<displayName><![CDATA[Google sitemap]]></displayName>
<version><![CDATA[3.2.1]]></version>
<version><![CDATA[3.2.2]]></version>
<description><![CDATA[Generate your Google sitemap file]]></description>
<author><![CDATA[PrestaShop]]></author>
<tab><![CDATA[seo]]></tab>
Expand Down
2 changes: 1 addition & 1 deletion gsitemap.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public function __construct()
{
$this->name = 'gsitemap';
$this->tab = 'seo';
$this->version = '3.2.1';
$this->version = '3.2.2';
$this->author = 'PrestaShop';
$this->need_instance = 0;

Expand Down

0 comments on commit c32921a

Please sign in to comment.