Skip to content

Commit

Permalink
Release number
Browse files Browse the repository at this point in the history
  • Loading branch information
XYG6 authored and XYG6 committed Feb 26, 2021
1 parent dd834cf commit 1d93377
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config_fr.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<module>
<name>easytransac</name>
<displayName><![CDATA[Paiement CB EasyTransac]]></displayName>
<version><![CDATA[3.1.0]]></version>
<version><![CDATA[3.2.0]]></version>
<description><![CDATA[Service de paiement en ligne par carte bancaire]]></description>
<author><![CDATA[EasyTransac]]></author>
<tab><![CDATA[payments_gateways]]></tab>
Expand Down
2 changes: 1 addition & 1 deletion easytransac.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public function __construct()
{
$this->name = 'easytransac';
$this->tab = 'payments_gateways';
$this->version = '3.1.0';
$this->version = '3.2.0';
$this->author = 'EasyTransac';
$this->is_eu_compatible = 1;
$this->need_instance = 0;
Expand Down

0 comments on commit 1d93377

Please sign in to comment.