Version 1.5.0: Update check and dialog popups implemented

This commit is contained in:
Mal
2021-03-21 23:56:54 +01:00
parent 6717077e80
commit 00a9a8c67f
26 changed files with 396 additions and 200 deletions

4
src/app/app.config.ts Normal file
View File

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