Skip to content

Commit

Permalink
Merge pull request #80 from PierreRambaud/bump/version
Browse files Browse the repository at this point in the history
Bump to 4.2.0
  • Loading branch information
Progi1984 authored Nov 16, 2020
2 parents 63b53f8 + e644ebd commit 944d14a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 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>productcomments</name>
<displayName><![CDATA[Product Comments]]></displayName>
<version><![CDATA[4.1.0]]></version>
<version><![CDATA[4.2.0]]></version>
<description><![CDATA[Allows users to post reviews and rate products on specific criteria.]]></description>
<author><![CDATA[PrestaShop]]></author>
<tab><![CDATA[front_office_features]]></tab>
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"name": "productcomments",
"version": "4.1.0",
"description": "Allows users to post reviews and rate products on specific criteria.",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion productcomments.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public function __construct()
{
$this->name = 'productcomments';
$this->tab = 'front_office_features';
$this->version = '4.1.0';
$this->version = '4.2.0';
$this->author = 'PrestaShop';
$this->need_instance = 0;
$this->bootstrap = true;
Expand Down

0 comments on commit 944d14a

Please sign in to comment.