diff --git a/package.json b/package.json index 8d957d6..6876a65 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "real-debrid-downloader", - "version": "1.1.10", + "version": "1.1.11", "description": "Real-Debrid Downloader Desktop (Electron + React + TypeScript)", "main": "build/main/main/main.js", "author": "Sucukdeluxe", @@ -16,7 +16,7 @@ "start": "cross-env NODE_ENV=production electron .", "test": "vitest run", "self-check": "tsx tests/self-check.ts", - "release:win": "npm run build && electron-builder --win nsis portable" + "release:win": "npm run build && electron-builder --publish never --win nsis portable" }, "dependencies": { "adm-zip": "^0.5.16", diff --git a/src/main/constants.ts b/src/main/constants.ts index 1b1292a..4fc7527 100644 --- a/src/main/constants.ts +++ b/src/main/constants.ts @@ -3,7 +3,7 @@ import os from "node:os"; import { AppSettings } from "../shared/types"; export const APP_NAME = "Real-Debrid Download Manager"; -export const APP_VERSION = "1.1.10"; +export const APP_VERSION = "1.1.11"; export const API_BASE_URL = "https://api.real-debrid.com/rest/1.0"; export const DCRYPT_UPLOAD_URL = "https://dcrypt.it/decrypt/upload";