Skip to content

Commit

Permalink
#16 update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubpolomsky committed Jan 16, 2017
1 parent a48ca57 commit 3781959
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion wirecardceecheckoutseamless/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<module>
<name>wirecardceecheckoutseamless</name>
<displayName><![CDATA[Wirecard Checkout Seamless]]></displayName>
<version><![CDATA[1.0.2]]></version>
<version><![CDATA[1.0.3]]></version>
<description><![CDATA[Wirecard Checkout Seamless payment module]]></description>
<author><![CDATA[Wirecard]]></author>
<tab><![CDATA[payments_gateways]]></tab>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ public function __construct()
$this->config = $this->config();
$this->name = 'wirecardceecheckoutseamless';
$this->tab = 'payments_gateways';
$this->version = '1.0.2';
$this->version = '1.0.3';
$this->author = 'Wirecard';
$this->controllers = array(
'confirm',
Expand Down

0 comments on commit 3781959

Please sign in to comment.