Skip to content
This repository has been archived by the owner on Dec 3, 2021. It is now read-only.

Commit

Permalink
// Bump version to 3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Pablo Borowicz committed May 22, 2019
1 parent cba7307 commit 47f95ef
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_legalcompliance</name>
<displayName><![CDATA[Legal Compliance]]></displayName>
<version><![CDATA[3.0.1]]></version>
<version><![CDATA[3.0.2]]></version>
<description><![CDATA[This module helps merchants in getting compliant with applicable e-commerce law.]]></description>
<author><![CDATA[PrestaShop]]></author>
<tab><![CDATA[administration]]></tab>
Expand Down
2 changes: 1 addition & 1 deletion ps_legalcompliance.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public function __construct(EntityManager $entity_manager,
{
$this->name = 'ps_legalcompliance';
$this->tab = 'administration';
$this->version = '3.0.1';
$this->version = '3.0.2';
$this->author = 'PrestaShop';
$this->need_instance = 0;
$this->bootstrap = true;
Expand Down

0 comments on commit 47f95ef

Please sign in to comment.