Skip to content

Commit d428fba

Browse files
committed
Prepare 5.6.1 release
1 parent f89d6c6 commit d428fba

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.1
44
1. Add TMath.BreitWigner function
55
2. Support custom streamers for TMaterial and TMixture (very old examples)
66
3. Fix Y-scale drawing of THStack (https://root-forum.cern.ch/t/31266)

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.0"
7+
"jsroot": "^5.6.1"
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.0",
3+
"version": "5.6.1",
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.x 24/10/2018";
99+
JSROOT.version = "5.6.1 7/11/2018";
100100

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

0 commit comments

Comments
 (0)