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

Commit

Permalink
// Version updated to v1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
maximebiloe committed Jul 26, 2016
1 parent e3ea3bc commit b0d791a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion blockspecials.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public function __construct()
{
$this->name = 'blockspecials';
$this->tab = 'pricing_promotion';
$this->version = '1.3.0';
$this->version = '1.3.1';
$this->author = 'PrestaShop';
$this->need_instance = 0;

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>blockspecials</name>
<displayName><![CDATA[Specials block]]></displayName>
<version><![CDATA[1.3.0]]></version>
<version><![CDATA[1.3.1]]></version>
<description><![CDATA[Adds a block displaying your current discounted products.]]></description>
<author><![CDATA[PrestaShop]]></author>
<tab><![CDATA[pricing_promotion]]></tab>
Expand Down

0 comments on commit b0d791a

Please sign in to comment.