From e147afd2abd2cc0c1dda07462eb4e5b752bb9b54 Mon Sep 17 00:00:00 2001 From: Bryan Ingle Date: Wed, 30 Aug 2023 19:52:58 -0600 Subject: [PATCH] Release. Bump version number --- lib/index.js | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/index.js b/lib/index.js index 4073eb72..e990a941 100644 --- a/lib/index.js +++ b/lib/index.js @@ -7,6 +7,6 @@ module.exports = (() => { return { JwtProvider: JwtProvider, PortfolioGateway: PortfolioGateway, - version: '5.6.0' + version: '5.6.1' }; })(); diff --git a/package.json b/package.json index 8062fcb3..d87c04ef 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@barchart/portfolio-client-js", - "version": "5.6.0", + "version": "5.6.1", "description": "JavaScript SDK for Barchart's Portfolio Service", "homepage": "https://docs.barchart.com/portfolio/#/", "author": {