This commit is contained in:
Pax1601
2023-12-11 20:28:38 +01:00
parent b5443ab0a8
commit d0fc286c43
13 changed files with 14 additions and 14 deletions

View File

@@ -29,7 +29,7 @@ import { UnitListPanel } from "./panels/unitlistpanel";
import { ContextManager } from "./context/contextmanager";
import { Context } from "./context/context";
var VERSION = "v1.0.0";
var VERSION = "v1.0.1";
var DEBUG = false;
export class OlympusApp {