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 6ca5f7b commit c9464e0Copy full SHA for c9464e0
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "jsroot",
3
- "version": "5.2.1",
+ "version": "5.2.2",
4
"description": "JavaScript ROOT",
5
"homepage": "https://root.cern/js/",
6
"main": "./scripts/JSRootCore.js",
scripts/JSRootCore.js
@@ -89,7 +89,7 @@
89
}
90
} (function(JSROOT) {
91
92
- JSROOT.version = "5.2.x 2/08/2017";
+ JSROOT.version = "5.2.x 3/08/2017";
93
94
JSROOT.source_dir = "";
95
JSROOT.source_min = false;
0 commit comments