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 24, 2023
1 parent 4a07d66 commit 47d6765
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/_coverpage.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Barchart Market Data SDK <small>JavaScript 6.2.2</small>
# Barchart Market Data SDK <small>JavaScript 6.2.3</small>

> Inject real-time market data into your JavaScript applications
Expand Down
4 changes: 2 additions & 2 deletions example/browser/example.js
Original file line number Diff line number Diff line change
Expand Up @@ -4572,7 +4572,7 @@ module.exports = (() => {
case 'SETTLEMENT':
q.message = message;
q.lastPrice = message.value;
q.settlement = message.value;
q.settlementPrice = message.value;
if (message.element === 'D') {
q.flag = 's';
}
Expand Down Expand Up @@ -5312,7 +5312,7 @@ module.exports = (() => {
'use strict';

return {
version: '6.2.2'
version: '6.2.3'
};
})();

Expand Down
2 changes: 1 addition & 1 deletion lib/meta.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ module.exports = (() => {
'use strict';

return {
version: '6.2.2'
version: '6.2.3'
};
})();
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@barchart/marketdata-api-js",
"version": "6.2.2",
"version": "6.2.3",
"description": "SDK for streaming market data from Barchart.com",
"author": {
"name": "Eero Pikat",
Expand Down

0 comments on commit 47d6765

Please sign in to comment.