Skip to content

Commit

Permalink
version number increase
Browse files Browse the repository at this point in the history
  • Loading branch information
tomazpu committed Nov 6, 2017
1 parent 9202e3f commit 55c98af
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
class Wirecard_CheckoutSeamless_Helper_Data extends Mage_Payment_Helper_Data
{

protected $_pluginVersion = '4.2.3';
protected $_pluginVersion = '4.2.4';
protected $_pluginName = 'Wirecard/CheckoutSeamless';

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ abstract class Wirecard_CheckoutSeamless_Model_Abstract extends Mage_Payment_Mod
protected $_defaultLocale = 'en';

protected $_order;
protected $_pluginVersion = '4.2.3';
protected $_pluginVersion = '4.2.4';
protected $_pluginName = 'Wirecard/CheckoutSeamless';

protected $_formBlockType = 'wirecard_checkoutseamless/form';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<config>
<modules>
<Wirecard_CheckoutSeamless>
<version>4.2.3</version>
<version>4.2.4</version>
</Wirecard_CheckoutSeamless>
</modules>
<global>
Expand Down

0 comments on commit 55c98af

Please sign in to comment.