Skip to content

Commit

Permalink
Bum version to 2.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
micka-fdz committed Sep 25, 2023
1 parent bc95d69 commit dcc2c71
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_featuredproducts</name>
<displayName><![CDATA[Featured products]]></displayName>
<version><![CDATA[2.1.4]]></version>
<version><![CDATA[2.1.5]]></version>
<description><![CDATA[Displays featured products in the central column of your homepage.]]></description>
<author><![CDATA[PrestaShop]]></author>
<tab><![CDATA[front_office_features]]></tab>
Expand Down
2 changes: 1 addition & 1 deletion ps_featuredproducts.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public function __construct()
{
$this->name = 'ps_featuredproducts';
$this->author = 'PrestaShop';
$this->version = '2.1.4';
$this->version = '2.1.5';
$this->need_instance = 0;

$this->ps_versions_compliancy = [
Expand Down

0 comments on commit dcc2c71

Please sign in to comment.