Skip to content

Commit

Permalink
Release. Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
bryaningl3 committed Oct 26, 2023
1 parent e51480c commit 7efec18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ module.exports = (() => {
return {
JwtProvider: JwtProvider,
PortfolioGateway: PortfolioGateway,
version: '5.9.0'
version: '5.10.0'
};
})();
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@barchart/portfolio-client-js",
"version": "5.9.0",
"version": "5.10.0",
"description": "JavaScript SDK for Barchart's Portfolio Service",
"homepage": "https://docs.barchart.com/portfolio/#/",
"author": {
Expand Down

0 comments on commit 7efec18

Please sign in to comment.