Skip to content

Commit 565ee54

Browse files
committed
Prepare for 5.8.2 release
1 parent 2baa358 commit 565ee54

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

demo/gulp/bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Example of building lib.js with gulp for JavaScript ROOT",
55
"main": "example.htm",
66
"dependencies": {
7-
"jsroot": "^5.8.1"
7+
"jsroot": "^5.8.2"
88
},
99
"overrides": {
1010
"MathJax": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jsroot",
3-
"version": "5.8.1",
3+
"version": "5.8.2",
44
"engines": {
55
"node": ">=0.8"
66
},

scripts/JSRootCore.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595

9696
"use strict";
9797

98-
JSROOT.version = "5.8.1 7/05/2020";
98+
JSROOT.version = "5.8.2 6/10/2020";
9999

100100
JSROOT.source_dir = "";
101101
JSROOT.source_min = false;

0 commit comments

Comments
 (0)