From 79c1c2da5ce62be2434d077b85244e7595077da9 Mon Sep 17 00:00:00 2001 From: Jordan Rey Date: Thu, 5 Jan 2023 02:38:01 +0100 Subject: [PATCH] change internal version to 1.1.1 --- src/main/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); }