mirror of
https://github.com/psychopy/psychojs.git
synced 2025-05-10 10:40:54 +00:00
small edits
This commit is contained in:
parent
442b9a079f
commit
6a0cefb5da
@ -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",
|
||||
|
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user