From 5757b09c0236f312f299cd0f1d3385b9fb24b83c Mon Sep 17 00:00:00 2001 From: Jordan Rey Date: Sun, 7 May 2023 11:59:53 +0200 Subject: [PATCH] bump to 2.0.3 --- packages/main/src/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/main/src/constants.ts b/packages/main/src/constants.ts index dbed3c1..6b198cd 100644 --- a/packages/main/src/constants.ts +++ b/packages/main/src/constants.ts @@ -2,7 +2,7 @@ import { app } from "electron"; import * as path from "path"; export class Constants { - public static readonly CURRENT_LAUNCHER_VERSION = "2.0.2"; + public static readonly CURRENT_LAUNCHER_VERSION = "2.0.3"; public static readonly CDN_URL = "https://launcher.arena-returns.com"; public static readonly GAME_PATH = path.join(app.getPath("appData"), "Arena Returns Client"); }