From ac604c5b831c6d1c43209f5e92244ef01a1152a4 Mon Sep 17 00:00:00 2001 From: Jordan Rey Date: Sun, 7 May 2023 12:22:39 +0200 Subject: [PATCH] bump to 2.0.4 --- package.json | 2 +- packages/main/src/constants.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 9b86218..f9fec53 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "arenareturnslauncher", "description": "Le launcher officiel d'Arena Returns", - "version": "2.0.3", + "version": "2.0.4", "author": { "email": "contact@arena-returns.com", "name": "Arena Returns", diff --git a/packages/main/src/constants.ts b/packages/main/src/constants.ts index 6b198cd..15026d7 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.3"; + public static readonly CURRENT_LAUNCHER_VERSION = "2.0.4"; public static readonly CDN_URL = "https://launcher.arena-returns.com"; public static readonly GAME_PATH = path.join(app.getPath("appData"), "Arena Returns Client"); }