From 276c098fbc3dbc4e5e6c9eccdfd9feaba298af60 Mon Sep 17 00:00:00 2001 From: Zamitto <167933696+zamitto@users.noreply.github.com> Date: Sat, 17 May 2025 19:35:02 -0300 Subject: [PATCH] chore: bump version --- package.json | 2 +- src/renderer/src/constants.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 9bd5ba29..cd480ee5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hydralauncher", - "version": "3.4.10", + "version": "3.5.0", "description": "Hydra", "main": "./out/main/index.js", "author": "Los Broxas", diff --git a/src/renderer/src/constants.ts b/src/renderer/src/constants.ts index 472ed3a7..e28c7633 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 = "Polychrome"; +export const VERSION_CODENAME = "Lumen"; export const DOWNLOADER_NAME = { [Downloader.RealDebrid]: "Real-Debrid",