diff --git a/package.json b/package.json index 1f22a73..25ebf03 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@arenareturns/launcher", "productName": "Arena Returns Launcher", - "version": "1.1.2-SNAPSHOT", + "version": "1.1.2", "description": "Le launcher officiel d'Arena Returns", "main": ".webpack/main", "scripts": { diff --git a/src/main/constants.ts b/src/main/constants.ts index 9067600..1801108 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.1"; + public static readonly CURRENT_LAUNCHER_VERSION = "1.1.2"; public static readonly CDN_URL = "https://launcher.arena-returns.com"; public static readonly GAME_PATH = path.join(app.getPath("appData"), "Arena Returns Client"); }