Disable auto-publish in builder and bump to 1.1.11
Build and Release / build (push) Has been cancelled

This commit is contained in:
Sucukdeluxe
2026-02-27 03:32:02 +01:00
parent 1049eb3c07
commit f27584d6ee
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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";