Add Latest Change Date to Frontend (#3231)

* Updated Logic for Versions

* Update logic, add date
This commit is contained in:
Michel Roegl-Brunner
2025-03-18 15:19:11 +01:00
committed by GitHub
parent 84314249b2
commit 4e36061ced
4 changed files with 26 additions and 6 deletions

View File

@@ -60,4 +60,5 @@ export interface OperatingSystem {
export interface AppVersion {
name: string;
version: string;
date: Date;
}