Skip to content

Commit

Permalink
SP-1156: Bump version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
p-maguire committed Jan 24, 2025
1 parent 8e56ab8 commit dbc07fe
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Model/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public function initialize(): \BitPaySDK\Client
$serializedTokenData = $this->serializer->unserialize($tokenData);
$merchantToken = $serializedTokenData['data'][0]['token'];
$tokens = new Tokens($merchantToken);
$platformInfo = 'BitPay_Magento2_v10.0.0';
$platformInfo = 'BitPay_Magento2_v10.1.0';

return \BitPaySDK\Client::createWithData($env, $privateKeyPath, $tokens, $password, null, $platformInfo);
}
Expand Down
2 changes: 1 addition & 1 deletion Model/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class Config
public const BITPAY_PROD_TOKEN_URL = 'https://bitpay.com/tokens';
public const API_HOST_DEV = 'test.bitpay.com';
public const API_HOST_PROD = 'bitpay.com';
public const EXTENSION_VERSION = 'Bitpay_BPCheckout_Magento2_10.0.0';
public const EXTENSION_VERSION = 'Bitpay_BPCheckout_Magento2_10.1.0';
public const BITPAY_PAYMENT_METHOD_NAME = 'bpcheckout';
public const BITPAY_PAYMENT_ICON = 'Pay-with-BitPay-CardGroup.svg';
public const BITPAY_PAYMENT_DIR_IMAGES = 'images';
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "",
"type": "magento2-module",
"license": "mit",
"version": "10.0.0",
"version": "10.1.0",
"authors": [
{
"email": "integrations@bitpay.com",
Expand Down
2 changes: 1 addition & 1 deletion etc/module.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="../../../../../lib/internal/Magento/Framework/Module/etc/module.xsd">
<module name="Bitpay_BPCheckout" setup_version="10.0.0"></module>
<module name="Bitpay_BPCheckout" setup_version="10.1.0"></module>
</config>

0 comments on commit dbc07fe

Please sign in to comment.