Skip to content

Commit

Permalink
// Version updated to v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxime Biloé committed Nov 15, 2016
1 parent 67e2294 commit 536b20a
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_specials</name>
<displayName><![CDATA[Specials block]]></displayName>
<version><![CDATA[1.0.0]]></version>
<version><![CDATA[1.0.1]]></version>
<description><![CDATA[Displays your products that are currently on sale in a dedicated block.]]></description>
<author><![CDATA[PrestaShop]]></author>
<is_configurable>1</is_configurable>
Expand Down
2 changes: 1 addition & 1 deletion ps_specials.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public function __construct()
{
$this->name = 'ps_specials';
$this->author = 'PrestaShop';
$this->version = '1.0.0';
$this->version = '1.0.1';
$this->need_instance = 0;

$this->ps_versions_compliancy = array(
Expand Down

0 comments on commit 536b20a

Please sign in to comment.