Skip to content

Commit c1f9e44

Browse files
committed
Version 5.1.1
1 parent 3639316 commit c1f9e44

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.1.x
3+
## Changes in 5.1.1
44
1. Fix - invoke callback in JSROOT.draw() at proper time
55
2. Fix - support TGeoHMatrix, produced after GDML conversion
66
3. Fix - support also TGeoScale and TGeoGenTrans matrixes

scripts/JSRootCore.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
}
9393
} (function(JSROOT) {
9494

95-
JSROOT.version = "5.1.0 23/02/2017";
95+
JSROOT.version = "5.1.1 23/03/2017";
9696

9797
JSROOT.source_dir = "";
9898
JSROOT.source_min = false;

0 commit comments

Comments
 (0)