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 63b9c48 commit 9a03a02Copy full SHA for 9a03a02
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "jsroot",
3
- "version": "5.3.3",
+ "version": "5.3.4",
4
"description": "JavaScript ROOT",
5
"homepage": "https://root.cern/js/",
6
"main": "./scripts/JSRootCore.js",
scripts/JSRootCore.js
@@ -95,7 +95,7 @@
95
96
"use strict";
97
98
- JSROOT.version = "5.3.3 29/11/2017";
+ JSROOT.version = "5.3.4 13/12/2017";
99
100
JSROOT.source_dir = "";
101
JSROOT.source_min = false;
0 commit comments