We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ae9109 commit 1f6cc13Copy full SHA for 1f6cc13
demo/node/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "jsroot-demos",
3
- "version": "7.7.6",
+ "version": "7.7.7",
4
"engines": {
5
"node": ">=0.18"
6
},
modules/core.mjs
@@ -1,10 +1,10 @@
/** @summary version id
* @desc For the JSROOT release the string in format 'major.minor.patch' like '7.0.0' */
-const version_id = '7.7.6',
+const version_id = '7.7.x',
/** @summary version date
* @desc Release date in format day/month/year like '14/04/2022' */
7
-version_date = '26/03/2025',
+version_date = '21/10/2025',
8
9
/** @summary version id and date
10
* @desc Produced by concatenation of {@link version_id} and {@link version_date}
0 commit comments