From 3314dfd79e7205b56731b47da4a18facc50a5e73 Mon Sep 17 00:00:00 2001 From: Gitea Actions Date: Mon, 13 Jul 2026 21:45:46 +0000 Subject: [PATCH] Update Windows download URL for v3.1.92-staging --- release-staging.json | 46 ++++++++++++++++++++++---------------------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/release-staging.json b/release-staging.json index 67e8c6a..5f816f9 100644 --- a/release-staging.json +++ b/release-staging.json @@ -1,23 +1,23 @@ -{ - "version": "3.0.16", - "notes": "Added new features and fixed bugs.", - "pub_date": "2026-07-08T12:00:00Z", - "platforms": { - "windows-x86_64": { - "signature": "base64_or_hex_signature_string_here", - "url": "https://gitea.hjm.bid/VBTM/vbtm-release/raw/branch/main/downloads/vbtm-windows.exe" - }, - "darwin-x86_64": { - "signature": "base64_or_hex_signature_string_here", - "url": "https://gitea.hjm.bid/VBTM/vbtm-release/releases/download/v3.0.16/macos-release-v3.0.16.zip" - }, - "darwin-aarch64": { - "signature": "base64_or_hex_signature_string_here", - "url": "https://gitea.hjm.bid/VBTM/vbtm-release/releases/download/v3.0.16/macos-release-v3.0.16.zip" - }, - "linux-x86_64": { - "signature": "base64_or_hex_signature_string_here", - "url": "https://gitea.hjm.bid/VBTM/vbtm-release/raw/branch/main/downloads/vbtm-linux.AppImage" - } - } - } \ No newline at end of file +{ + "version": "3.1.92-staging", + "notes": "Added new features and fixed bugs.", + "pub_date": "2026-07-13T21:45:46Z", + "platforms": { + "windows-x86_64": { + "signature": "base64_or_hex_signature_string_here", + "url": "https://gitea.hjm.bid/VBTM/vbtm-release/releases/download/v3.1.92-staging/VbtmLearningUi_3.1.92_x64.msi" + }, + "darwin-x86_64": { + "signature": "base64_or_hex_signature_string_here", + "url": "https://gitea.hjm.bid/VBTM/vbtm-release/releases/download/v3.0.16/macos-release-v3.0.16.zip" + }, + "darwin-aarch64": { + "signature": "base64_or_hex_signature_string_here", + "url": "https://gitea.hjm.bid/VBTM/vbtm-release/releases/download/v3.0.16/macos-release-v3.0.16.zip" + }, + "linux-x86_64": { + "signature": "base64_or_hex_signature_string_here", + "url": "https://gitea.hjm.bid/VBTM/vbtm-release/raw/branch/main/downloads/vbtm-linux.AppImage" + } + } +}