Skip to content

Commit

Permalink
Bump version to 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbrodie committed Oct 8, 2022
1 parent dc84316 commit 035e3fc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/Client.ts
Expand Up @@ -25,7 +25,7 @@ const fs = require('fs');

/**
* @author Antonio Buedo
* @version 3.0.2202
* @version 4.0.0
* See bitpay.com/api for more information.
* date 01.02.2022
*/
Expand Down
2 changes: 1 addition & 1 deletion src/Env.ts
Expand Up @@ -3,7 +3,7 @@ export const Prod: string = "PROD";
export const TestUrl: string = "https://test.bitpay.com/";
export const ProdUrl: string = "https://bitpay.com/";
export const BitpayApiVersion: string = "2.0.0";
export const BitpayPluginInfo: string = "BitPay_NodeJs_Client_v3.0.2202";
export const BitpayPluginInfo: string = "BitPay_NodeJs_Client_v4.0.0";
export const BitpayApiFrame: string = "std";
export const BitpayApiFrameVersion: string = "1.0.0";

Expand Down

0 comments on commit 035e3fc

Please sign in to comment.