Skip to content

Commit

Permalink
Release 6.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
linev committed Jun 25, 2021
1 parent befe651 commit 9bf40dc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion changes.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# JSROOT changelog

## Changes in 6.1.1
1. Fix bug in frame drawing, some interactive features was not properly working
1. Fix bug in TFrame drawing, some interactive features was not properly working


## Changes in 6.1.0
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jsroot",
"version": "6.1.0",
"version": "6.1.1",
"engines": {
"node": ">=0.12"
},
Expand Down
4 changes: 2 additions & 2 deletions scripts/JSRoot.core.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,11 +101,11 @@
/** @summary JSROOT version id
* @desc For the JSROOT release the string in format "major.minor.patch" like "6.0.0"
* For the ROOT release string is "ROOT major.minor.patch" like "ROOT 6.24.00" */
JSROOT.version_id = "6.1.0";
JSROOT.version_id = "6.1.1";

/** @summary JSROOT version date
* @desc Release date in format day/month/year like "14/01/2021"*/
JSROOT.version_date = "15/04/2021";
JSROOT.version_date = "25/06/2021";

/** @summary JSROOT version id and date
* @desc Produced by concatenation of {@link JSROOT.version_id} and {@link JSROOT.version_date}
Expand Down

0 comments on commit 9bf40dc

Please sign in to comment.