From 0805728a7923cf7b64182a7ebf2c7ca0a85db325 Mon Sep 17 00:00:00 2001 From: Chubby Granny Chaser Date: Wed, 19 Jun 2024 23:24:50 +0100 Subject: [PATCH] ci: updating version and hero --- package.json | 2 +- src/renderer/src/components/hero/hero.tsx | 4 ++-- src/renderer/src/constants.ts | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 31bac590..4f85d682 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hydralauncher", - "version": "1.2.4", + "version": "2.0.0", "description": "Hydra", "main": "./out/main/index.js", "author": "Los Broxas", diff --git a/src/renderer/src/components/hero/hero.tsx b/src/renderer/src/components/hero/hero.tsx index 0cfdbea5..79d9b586 100644 --- a/src/renderer/src/components/hero/hero.tsx +++ b/src/renderer/src/components/hero/hero.tsx @@ -9,8 +9,8 @@ import { } from "@renderer/helpers"; import { useTranslation } from "react-i18next"; -const FEATURED_GAME_TITLE = "Horizon Forbidden Westâ„¢ Complete Edition"; -const FEATURED_GAME_ID = "2420110"; +const FEATURED_GAME_TITLE = "Ghost of Tsushima DIRECTOR'S CUT"; +const FEATURED_GAME_ID = "2215430"; export function Hero() { const [featuredGameDetails, setFeaturedGameDetails] = diff --git a/src/renderer/src/constants.ts b/src/renderer/src/constants.ts index 97bb0b57..6186bb85 100644 --- a/src/renderer/src/constants.ts +++ b/src/renderer/src/constants.ts @@ -1,6 +1,6 @@ import { Downloader } from "@shared"; -export const VERSION_CODENAME = "Exodus"; +export const VERSION_CODENAME = "Leviticus"; export const DOWNLOADER_NAME = { [Downloader.RealDebrid]: "Real-Debrid",