We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2baa358 commit 565ee54Copy full SHA for 565ee54
demo/gulp/bower.json
@@ -4,7 +4,7 @@
4
"description": "Example of building lib.js with gulp for JavaScript ROOT",
5
"main": "example.htm",
6
"dependencies": {
7
- "jsroot": "^5.8.1"
+ "jsroot": "^5.8.2"
8
},
9
"overrides": {
10
"MathJax": {
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "jsroot",
3
- "version": "5.8.1",
+ "version": "5.8.2",
"engines": {
"node": ">=0.8"
scripts/JSRootCore.js
@@ -95,7 +95,7 @@
95
96
"use strict";
97
98
- JSROOT.version = "5.8.1 7/05/2020";
+ JSROOT.version = "5.8.2 6/10/2020";
99
100
JSROOT.source_dir = "";
101
JSROOT.source_min = false;
0 commit comments