Skip to content

Commit

Permalink
Bump to v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Quetzacoalt91 committed Mar 16, 2021
1 parent 6d9b96b commit b35b6e8
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_translateyourmodule</name>
<displayName><![CDATA[Translate your module]]></displayName>
<version><![CDATA[1.4.0]]></version>
<version><![CDATA[1.5.0]]></version>
<description><![CDATA[It allow to export all the sentences needed to be translated and to import it]]></description>
<author><![CDATA[PrestaShop]]></author>
<tab><![CDATA[other]]></tab>
Expand Down
2 changes: 1 addition & 1 deletion ps_translateyourmodule.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public function __construct()
{
$this->name = 'ps_translateyourmodule';
$this->tab = 'other';
$this->version = '1.4.0';
$this->version = '1.5.0';
$this->author = 'PrestaShop';
$this->module_key = '';
$this->author_address = '';
Expand Down

0 comments on commit b35b6e8

Please sign in to comment.