release: start version 2.0.0

Set the application and lockfile versions to 2.0.0 so installed 1.7.233 clients recognize the new major release through the existing updater. Keep the cleaned public source history and GitHub update target unchanged.
This commit is contained in:
Sucukdeluxe 2026-08-07 17:19:27 +02:00
parent dc367633f5
commit 5f19293ed2
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "real-debrid-downloader",
"version": "1.7.233",
"version": "2.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "real-debrid-downloader",
"version": "1.7.233",
"version": "2.0.0",
"license": "MIT",
"dependencies": {
"adm-zip": "0.6.0",

View File

@ -1,6 +1,6 @@
{
"name": "real-debrid-downloader",
"version": "1.7.233",
"version": "2.0.0",
"description": "Desktop downloader",
"main": "build/main/main/main.js",
"author": "Sucukdeluxe",