Skip to content

Commit 8aef09e

Browse files
committed
SP-1033 Bump versino to 6.1.1
1 parent fb49528 commit 8aef09e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

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": "6.1.0",
3+
"version": "6.1.1",
44
"description": "Complete version of the NodeJS library for the new cryptographically secure BitPay API",
55
"engines": {
66
"node": ">=18.0.0 <23.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_v6.1.0';
6+
export const BitpayPluginInfo = 'BitPay_NodeJs_Client_v6.1.1';
77
export const BitpayApiFrame = 'std';
88
export const BitpayApiFrameVersion = '1.0.0';
99

0 commit comments

Comments
 (0)