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 8d27ae2 commit 7b9033bCopy full SHA for 7b9033b
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.7.99"
+ "jsroot": "^5.8.0"
8
},
9
"overrides": {
10
"MathJax": {
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "jsroot",
3
- "version": "5.7.99",
+ "version": "5.8.0",
"engines": {
"node": ">=0.8"
scripts/JSRootCore.js
@@ -95,7 +95,7 @@
95
96
"use strict";
97
98
- JSROOT.version = "dev 9/10/2019";
+ JSROOT.version = "5.8.0 16/10/2019";
99
100
JSROOT.source_dir = "";
101
JSROOT.source_min = false;
0 commit comments