Version 1.6.5: Optimizations für responsive userlist

This commit is contained in:
Mal
2021-03-27 22:29:58 +01:00
parent 5efa9d7cfd
commit 9164f3e9f9
7 changed files with 77 additions and 27 deletions

View File

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