Skip to content

Commit

Permalink
Merge pull request #54 from Hlavtox/bump-version
Browse files Browse the repository at this point in the history
Bump version to 2.1.4
  • Loading branch information
Hlavtox committed Nov 23, 2023
2 parents aa3339c + d043d8a commit 38bb4e4
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>dashproducts</name>
<displayName><![CDATA[Dashboard Products]]></displayName>
<version><![CDATA[2.1.3]]></version>
<version><![CDATA[2.1.4]]></version>
<description><![CDATA[Adds a block with a table of your latest orders and a ranking of your products]]></description>
<author><![CDATA[PrestaShop]]></author>
<tab><![CDATA[dashboard]]></tab>
Expand Down
2 changes: 1 addition & 1 deletion dashproducts.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public function __construct()
{
$this->name = 'dashproducts';
$this->tab = 'administration';
$this->version = '2.1.3';
$this->version = '2.1.4';
$this->author = 'PrestaShop';

parent::__construct();
Expand Down

0 comments on commit 38bb4e4

Please sign in to comment.