Version 1.6.0: User online list implemented

This commit is contained in:
Mal
2021-03-27 16:23:55 +01:00
parent 00a9a8c67f
commit 5efa9d7cfd
14 changed files with 348 additions and 12 deletions

View File

@@ -1,4 +1,4 @@
export default class AppConfig
{
public static readonly VERSION: string = '1.5.0';
public static readonly VERSION: string = '1.6.0';
}