Skip to content

Commit

Permalink
Bump version to 5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbrodie committed Jul 17, 2023
1 parent 1b65eb8 commit e699d16
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions 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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bitpay-sdk",
"version": "5.0.0",
"version": "5.0.1",
"description": "Complete version of the NodeJS library for the new cryptographically secure BitPay API",
"main": "dist/index",
"typings": "dist/index",
Expand Down
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_v5.0.0';
export const BitpayPluginInfo = 'BitPay_NodeJs_Client_v5.0.1';
export const BitpayApiFrame = 'std';
export const BitpayApiFrameVersion = '1.0.0';

Expand Down

0 comments on commit e699d16

Please sign in to comment.