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
maximebiloe committed Aug 22, 2016
1 parent c5cecc0 commit c88371a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config.xml
Expand Up @@ -2,7 +2,7 @@
<module>
<name>ps_wirepayment</name>
<displayName><![CDATA[Wire payment]]></displayName>
<version><![CDATA[1.0.0]]></version>
<version><![CDATA[1.0.1]]></version>
<description><![CDATA[Accept payments for your products via bank wire transfer.]]></description>
<author><![CDATA[PrestaShop]]></author>
<tab><![CDATA[payments_gateways]]></tab>
Expand Down
2 changes: 1 addition & 1 deletion ps_wirepayment.php
Expand Up @@ -44,7 +44,7 @@ public function __construct()
{
$this->name = 'ps_wirepayment';
$this->tab = 'payments_gateways';
$this->version = '1.0.0';
$this->version = '1.0.1';
$this->ps_versions_compliancy = array('min' => '1.7', 'max' => _PS_VERSION_);
$this->author = 'PrestaShop';
$this->controllers = array('payment', 'validation');
Expand Down

0 comments on commit c88371a

Please sign in to comment.