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 v2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxime Biloé committed Jun 16, 2017
1 parent 25e2942 commit f1f24b5
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[2.0.3]]></version>
<version><![CDATA[2.0.4]]></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 @@ -48,7 +48,7 @@ class Welcome extends Module
public function __construct()
{
$this->name = 'welcome';
$this->version = '2.0.3';
$this->version = '2.0.4';
$this->author = 'PrestaShop';

parent::__construct();
Expand Down

0 comments on commit f1f24b5

Please sign in to comment.