Skip to content

Commit

Permalink
Updated version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy Pieters committed Nov 4, 2016
1 parent 10ff2a0 commit dfe431a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion paynl_paymentmethods/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<module>
<name>paynl_paymentmethods</name>
<displayName><![CDATA[Pay.nl Payment methods]]></displayName>
<version><![CDATA[3.3.1]]></version>
<version><![CDATA[3.4.2]]></version>
<description><![CDATA[Accept payments by Pay.nl]]></description>
<author><![CDATA[]]></author>
<tab><![CDATA[payments_gateways]]></tab>
Expand Down
2 changes: 1 addition & 1 deletion paynl_paymentmethods/config_nl.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<module>
<name>paynl_paymentmethods</name>
<displayName><![CDATA[Pay.nl betaalmethoden]]></displayName>
<version><![CDATA[3.4.1]]></version>
<version><![CDATA[3.4.2]]></version>
<description><![CDATA[Acepteer betalingen via Pay.nl]]></description>
<author><![CDATA[]]></author>
<tab><![CDATA[payments_gateways]]></tab>
Expand Down
2 changes: 1 addition & 1 deletion paynl_paymentmethods/paynl_paymentmethods.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class paynl_paymentmethods extends PaymentModule {
public function __construct() {
$this->name = 'paynl_paymentmethods';
$this->tab = 'payments_gateways';
$this->version = '3.4.1';
$this->version = '3.4.2';
$this->_postErrors = array();
$this->module_key = '6c2f48f238008e8f68271f5e4763d308';

Expand Down

0 comments on commit dfe431a

Please sign in to comment.