Skip to content

Commit c206b71

Browse files
BryanBryan
authored andcommitted
Release. Bump version number
1 parent 0071f45 commit c206b71

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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 5.1.2</small>
1+
# Barchart Market Data SDK <small>JavaScript 5.1.3</small>
22

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

example/browser/example.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5013,7 +5013,7 @@ module.exports = (() => {
50135013
'use strict';
50145014

50155015
return {
5016-
version: '5.1.2'
5016+
version: '5.1.3'
50175017
};
50185018
})();
50195019

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: '5.1.2'
5+
version: '5.1.3'
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": "5.1.2",
3+
"version": "5.1.3",
44
"description": "SDK for streaming market data from Barchart.com",
55
"author": {
66
"name": "Eero Pikat",

0 commit comments

Comments
 (0)