1
0
mirror of https://github.com/psychopy/psychojs.git synced 2025-05-10 10:40:54 +00:00

small edits

This commit is contained in:
Alain Pitiot 2022-09-15 13:21:41 +02:00
parent 442b9a079f
commit 6a0cefb5da
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "psychojs",
"version": "2022.2.3",
"version": "2022.2.4",
"private": true,
"description": "Helps run in-browser neuroscience, psychology, and psychophysics experiments",
"license": "MIT",

View File

@ -170,7 +170,7 @@ export class PsychoJS
}
this.logger.info("[PsychoJS] Initialised.");
this.logger.info("[PsychoJS] @version 2022.2.3");
this.logger.info("[PsychoJS] @version 2022.2.4");
// hide the initialisation message:
const root = document.getElementById("root");