Skip to content

Commit

Permalink
Fix versioning of the current module
Browse files Browse the repository at this point in the history
  • Loading branch information
ccrims0n committed Apr 23, 2016
1 parent 10a8227 commit 0d3a1a6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ class Razorpay_Payments_Model_Paymentmethod extends Mage_Payment_Model_Method_Ab
const CHANNEL_NAME = 'Razorpay/Magento%s_%s/%s';
const METHOD_CODE = 'razorpay';
const CURRENCY = 'INR';
const VERSION = '0.2.2';
const VERSION = '1.1.2';

protected $_code = self::METHOD_CODE;
protected $_canOrder = true;
Expand Down
2 changes: 1 addition & 1 deletion app/code/community/Razorpay/Payments/etc/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<config>
<modules>
<Razorpay_Payments>
<version>0.2.2</version>
<version>1.1.2</version>
</Razorpay_Payments>
</modules>
<global>
Expand Down
2 changes: 1 addition & 1 deletion app/design/frontend/base/default/layout/razorpay.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<layout version="0.1.0">
<layout version="1.1.2">
<checkout_onepage_index>
<reference name="head">
<block type="core/text" name="razorpay.checkout">
Expand Down
2 changes: 1 addition & 1 deletion package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package>
<name>Razorpay_Payments</name>
<version>0.2.2</version>
<version>1.1.2</version>
<stability>beta</stability>
<license>MIT</license>
<channel>community</channel>
Expand Down

0 comments on commit 0d3a1a6

Please sign in to comment.