Skip to content

Commit 2534060

Browse files
committed
Prepare 5.6.3
1 parent 559790a commit 2534060

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

changes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# JSROOT changelog
22

3-
## Changes in 5.6.x
3+
## Changes in 5.6.3
44
1. Fix - support clipping for tracks and points in geo painter
55
2. Fix - geometry with TGeoNodeOffset was not correctly drawn
66
3. Fix - use proper formatting for entries and integral (#179)

demo/gulp/bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Example of building lib.js with gulp for JavaScript ROOT",
55
"main": "example.htm",
66
"dependencies": {
7-
"jsroot": "^5.6.2"
7+
"jsroot": "^5.6.3"
88
},
99
"overrides": {
1010
"MathJax": {

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.6.2",
3+
"version": "5.6.3",
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
@@ -96,7 +96,7 @@
9696

9797
"use strict";
9898

99-
JSROOT.version = "5.6.2 8/11/2018";
99+
JSROOT.version = "5.6.3 28/01/2019";
100100

101101
JSROOT.source_dir = "";
102102
JSROOT.source_min = false;

0 commit comments

Comments
 (0)