mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-23 04:49:24 +00:00
update version
This commit is contained in:
+1
-2
@@ -1,4 +1,3 @@
|
||||
import version from "../../resources/version.txt";
|
||||
import { UserMeResponse } from "../core/ApiSchemas";
|
||||
import { EventBus } from "../core/EventBus";
|
||||
import { GameRecord, GameStartInfo, ID } from "../core/Schemas";
|
||||
@@ -112,7 +111,7 @@ class Client {
|
||||
if (!gameVersion) {
|
||||
console.warn("Game version element not found");
|
||||
}
|
||||
gameVersion.innerText = version;
|
||||
gameVersion.innerText = "OPL 0.16.12";
|
||||
|
||||
const newsModal = document.querySelector("news-modal") as NewsModal;
|
||||
if (!newsModal || !(newsModal instanceof NewsModal)) {
|
||||
|
||||
Reference in New Issue
Block a user