Skip to content

Commit 2e39f04

Browse files
BryanBryan
authored andcommitted
Change version to 5.0.0
1 parent 5eb5c38 commit 2e39f04

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/_coverpage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Barchart Market Data SDK <small>JavaScript 4.1.1</small>
1+
# Barchart Market Data SDK <small>JavaScript 5.0.0</small>
22

33
> Inject real-time market data into your JavaScript applications
44

lib/meta.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ module.exports = (() => {
22
'use strict';
33

44
return {
5-
version: '4.1.1'
5+
version: '5.0.0'
66
};
77
})();

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@barchart/marketdata-api-js",
3-
"version": "4.1.1",
3+
"version": "5.0.0",
44
"description": "SDK for streaming market data from Barchart.com",
55
"author": {
66
"name": "Eero Pikat",

0 commit comments

Comments
 (0)