diff --git a/src/main/constants.ts b/src/main/constants.ts index a3b8c8f..9067600 100644 --- a/src/main/constants.ts +++ b/src/main/constants.ts @@ -2,7 +2,7 @@ import { app } from "electron"; import path from "path"; export class Constants { - public static readonly CURRENT_LAUNCHER_VERSION = "1.1.0"; + public static readonly CURRENT_LAUNCHER_VERSION = "1.1.1"; public static readonly CDN_URL = "https://launcher.arena-returns.com"; public static readonly GAME_PATH = path.join(app.getPath("appData"), "Arena Returns Client"); }