Skip to content

Commit

Permalink
Merge pull request #61 from matthieu-rolland/master
Browse files Browse the repository at this point in the history
Release 3.3.3
  • Loading branch information
matthieu-rolland authored Jan 22, 2025
2 parents d60f9a5 + e4f9aca commit 0e51334
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_contactinfo</name>
<displayName><![CDATA[Contact information]]></displayName>
<version><![CDATA[3.3.2]]></version>
<version><![CDATA[3.3.3]]></version>
<description><![CDATA[Allows you to display additional information about your store&#039;s customer service.]]></description>
<author><![CDATA[PrestaShop]]></author>
<tab><![CDATA[front_office_features]]></tab>
Expand Down
2 changes: 1 addition & 1 deletion ps_contactinfo.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public function __construct()
{
$this->name = 'ps_contactinfo';
$this->author = 'PrestaShop';
$this->version = '3.3.2';
$this->version = '3.3.3';

$this->bootstrap = true;
parent::__construct();
Expand Down

0 comments on commit 0e51334

Please sign in to comment.