Skip to content

Commit a2f48f7

Browse files
author
github-actions
committed
Bump version to 8.0.4
1 parent 579d4f6 commit a2f48f7

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bitpay-sdk",
3-
"version": "8.0.3",
3+
"version": "8.0.4",
44
"description": "Complete version of the NodeJS library for the new cryptographically secure BitPay API",
55
"engines": {
66
"node": ">=20.0.0 <25.0.0"

src/Env.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ export const Prod = 'PROD';
33
export const TestUrl = 'https://test.bitpay.com/';
44
export const ProdUrl = 'https://bitpay.com/';
55
export const BitpayApiVersion = '2.0.0';
6-
export const BitpayPluginInfo = 'BitPay_NodeJs_Client_v8.0.3';
6+
export const BitpayPluginInfo = 'BitPay_NodeJs_Client_v8.0.4';
77
export const BitpayApiFrame = 'std';
88
export const BitpayApiFrameVersion = '1.0.0';
99

0 commit comments

Comments
 (0)