release: prepare version 2.0.1

Publishes encrypted online settings backup keys against the production backup service. Keeps the desktop package and lockfile versions aligned for updater metadata and Windows artifacts.
This commit is contained in:
Sucukdeluxe 2026-08-07 18:41:27 +02:00
parent 0bd24f346d
commit 766bf9a616
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": "2.0.0",
"version": "2.0.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "real-debrid-downloader",
"version": "2.0.0",
"version": "2.0.1",
"license": "MIT",
"dependencies": {
"adm-zip": "0.6.0",

View File

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