diff --git a/package.json b/package.json index 234331e2..9435b728 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hydralauncher", - "version": "3.1.5", + "version": "3.2.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 1d7aa1b1..83293cb6 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 = "Spectre"; +export const VERSION_CODENAME = "Polychrome"; export const DOWNLOADER_NAME = { [Downloader.RealDebrid]: "Real-Debrid",