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 Aug 8, 2023
1 parent 315dc36 commit 93a6976
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.0.3</small>
# Barchart Market Data SDK <small>JavaScript 6.1.0</small>

> Inject real-time market data into your JavaScript applications
Expand Down
2 changes: 1 addition & 1 deletion example/browser/example.js
Original file line number Diff line number Diff line change
Expand Up @@ -5312,7 +5312,7 @@ module.exports = (() => {
'use strict';

return {
version: '6.0.3'
version: '6.1.0'
};
})();

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.0.3'
version: '6.1.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/marketdata-api-js",
"version": "6.0.3",
"version": "6.1.0",
"description": "SDK for streaming market data from Barchart.com",
"author": {
"name": "Eero Pikat",
Expand Down

0 comments on commit 93a6976

Please sign in to comment.