Skip to content

Commit c9464e0

Browse files
committed
Change version tag
1 parent 6ca5f7b commit c9464e0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.2.1",
3+
"version": "5.2.2",
44
"description": "JavaScript ROOT",
55
"homepage": "https://root.cern/js/",
66
"main": "./scripts/JSRootCore.js",

scripts/JSRootCore.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
}
9090
} (function(JSROOT) {
9191

92-
JSROOT.version = "5.2.x 2/08/2017";
92+
JSROOT.version = "5.2.x 3/08/2017";
9393

9494
JSROOT.source_dir = "";
9595
JSROOT.source_min = false;

0 commit comments

Comments
 (0)