Skip to content

Commit

Permalink
// Version updated to v3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxime Biloé committed Jun 29, 2017
1 parent b40674d commit a9aaa86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion blockreassurance.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public function __construct()
{
$this->name = 'blockreassurance';
$this->author = 'PrestaShop';
$this->version = '3.0.0';
$this->version = '3.0.1';

$this->bootstrap = true;
parent::__construct();
Expand Down
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>blockreassurance</name>
<displayName><![CDATA[Customer reassurance block]]></displayName>
<version><![CDATA[3.0.0]]></version>
<version><![CDATA[3.0.1]]></version>
<description><![CDATA[Adds an information block aimed at offering helpful information to reassure customers that your store is trustworthy.]]></description>
<author><![CDATA[PrestaShop]]></author>
<is_configurable>1</is_configurable>
Expand Down

0 comments on commit a9aaa86

Please sign in to comment.