Skip to content

Commit

Permalink
Bumped module version
Browse files Browse the repository at this point in the history
  • Loading branch information
BitcoinMitchell committed Jun 12, 2022
1 parent 6d14bc1 commit de5b78e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/btcpay/btcpay.php
Expand Up @@ -56,7 +56,7 @@ public function __construct()
{
$this->name = 'btcpay';
$this->tab = 'payments_gateways';
$this->version = '5.1.5';
$this->version = '5.1.6';
$this->author = 'BTCPay Server';
$this->ps_versions_compliancy = ['min' => Constants::MINIMUM_PS_VERSION, 'max' => _PS_VERSION_];
$this->controllers = ['webhook', 'payment', 'validation'];
Expand Down
2 changes: 1 addition & 1 deletion modules/btcpay/config.xml
Expand Up @@ -2,7 +2,7 @@
<module>
<name>btcpay</name>
<displayName><![CDATA[BTCPay]]></displayName>
<version><![CDATA[5.1.5]]></version>
<version><![CDATA[5.1.6]]></version>
<description><![CDATA[Accept crypto payments via BTCPay Server.]]></description>
<author><![CDATA[BTCPayServer]]></author>
<tab><![CDATA[payments_gateways]]></tab>
Expand Down

0 comments on commit de5b78e

Please sign in to comment.