chore: Update versions.json to reflect latest version of realtime container

This commit is contained in:
Andras Bacsai
2024-09-17 11:58:28 +02:00
parent 35b9b7fdf2
commit cbc2f1f015
2 changed files with 1 additions and 2 deletions

View File

@@ -123,7 +123,6 @@ async function handleCommand(ws, command, userId) {
cols: 80, cols: 80,
rows: 30, rows: 30,
cwd: process.env.HOME, cwd: process.env.HOME,
env: process.env
}; };
// NOTE: - Initiates a process within the Terminal container // NOTE: - Initiates a process within the Terminal container

View File

@@ -10,7 +10,7 @@
"version": "1.0.1" "version": "1.0.1"
}, },
"realtime": { "realtime": {
"version": "1.0.0" "version": "1.0.1"
} }
} }
} }