Skip to content

Commit

Permalink
SP-1067 Bump plugin info
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbrodie committed Sep 16, 2024
1 parent 2fccd99 commit 4a5f996
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Env.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ export const Prod = 'PROD';
export const TestUrl = 'https://test.bitpay.com/';
export const ProdUrl = 'https://bitpay.com/';
export const BitpayApiVersion = '2.0.0';
export const BitpayPluginInfo = 'BitPay_NodeJs_Client_v6.2.0';
export const BitpayPluginInfo = 'BitPay_NodeJs_Client_v6.2.1';
export const BitpayApiFrame = 'std';
export const BitpayApiFrameVersion = '1.0.0';

Expand Down

0 comments on commit 4a5f996

Please sign in to comment.