diff --git a/package-lock.json b/package-lock.json index 8257dce..3cbcc5e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "bitpay-sdk", - "version": "5.0.0", + "version": "5.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "bitpay-sdk", - "version": "5.0.0", + "version": "5.0.1", "license": "MIT", "dependencies": { "bs58": "^4.0.1", diff --git a/package.json b/package.json index f7e8b94..8d3569b 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/src/Env.ts b/src/Env.ts index 48995a8..6fc2634 100644 --- a/src/Env.ts +++ b/src/Env.ts @@ -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';