Skip to content

Commit

Permalink
Update version to 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreRambaud committed Sep 13, 2019
1 parent bc939c7 commit e014dc0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config.xml
Expand Up @@ -2,7 +2,7 @@
<module>
<name>ps_facetedsearch</name>
<displayName><![CDATA[Faceted search]]></displayName>
<version><![CDATA[3.2.1]]></version>
<version><![CDATA[3.3.0]]></version>
<description><![CDATA[Displays a block allowing multiple filters.]]></description>
<author><![CDATA[PrestaShop]]></author>
<tab><![CDATA[front_office_features]]></tab>
Expand Down
2 changes: 1 addition & 1 deletion ps_facetedsearch.php
Expand Up @@ -97,7 +97,7 @@ public function __construct()
{
$this->name = 'ps_facetedsearch';
$this->tab = 'front_office_features';
$this->version = '3.2.1';
$this->version = '3.3.0';
$this->author = 'PrestaShop';
$this->need_instance = 0;
$this->bootstrap = true;
Expand Down

0 comments on commit e014dc0

Please sign in to comment.