Skip to content

Commit

Permalink
update to 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanamr committed May 6, 2023
1 parent 299aeb6 commit dba0b41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion src/main/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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");
}

0 comments on commit dba0b41

Please sign in to comment.