Skip to content
This repository has been archived by the owner on Mar 7, 2023. It is now read-only.

Commit

Permalink
// Version updated to 4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
eternoendless committed Jan 2, 2018
1 parent b2da3db commit 73f2668
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>welcome</name>
<displayName><![CDATA[Welcome]]></displayName>
<version><![CDATA[4.0.1]]></version>
<version><![CDATA[4.0.2]]></version>
<description><![CDATA[Help the user to create his first product.]]></description>
<author><![CDATA[PrestaShop]]></author>
<tab><![CDATA[]]></tab>
Expand Down
2 changes: 1 addition & 1 deletion welcome.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class Welcome extends Module
public function __construct()
{
$this->name = 'welcome';
$this->version = '4.0.1';
$this->version = '4.0.2';
$this->author = 'PrestaShop';

parent::__construct();
Expand Down

0 comments on commit 73f2668

Please sign in to comment.