chore: Update versions.json to reflect latest version of realtime container
This commit is contained in:
parent
35b9b7fdf2
commit
cbc2f1f015
2 changed files with 1 additions and 2 deletions
|
|
@ -123,7 +123,6 @@ async function handleCommand(ws, command, userId) {
|
|||
cols: 80,
|
||||
rows: 30,
|
||||
cwd: process.env.HOME,
|
||||
env: process.env
|
||||
};
|
||||
|
||||
// NOTE: - Initiates a process within the Terminal container
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
"version": "1.0.1"
|
||||
},
|
||||
"realtime": {
|
||||
"version": "1.0.0"
|
||||
"version": "1.0.1"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue