Skip to content

Commit

Permalink
Merge pull request #8 from cashfree/version_bump_1.2.0
Browse files Browse the repository at this point in the history
version bump to 1.2.0
  • Loading branch information
prem-cashfree authored Sep 3, 2021
2 parents 2611252 + 849e046 commit 50dc650
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cf_prestashop plugin/cashfree/cashfree.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public function __construct()
{
$this->name = 'cashfree';
$this->tab = 'payments_gateways';
$this->version = '1.1.0';
$this->version = '1.2.0';
$this->author = 'Cashfree';
$this->need_instance = 1;
$this->bootstrap = true;
Expand Down
2 changes: 1 addition & 1 deletion cf_prestashop plugin/cashfree/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<module>
<name>cashfree</name>
<displayName><![CDATA[Cashfree]]></displayName>
<version><![CDATA[1.1.0]]></version>
<version><![CDATA[1.2.0]]></version>
<description><![CDATA[Cashfree]]></description>
<author><![CDATA[Cashfree]]></author>
<tab><![CDATA[payments_gateways]]></tab>
Expand Down

0 comments on commit 50dc650

Please sign in to comment.