From 0ec1386da209f7f0f4496ee762d0afc0b3405032 Mon Sep 17 00:00:00 2001 From: Cunoe Date: Tue, 14 May 2024 16:40:56 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E5=B8=83=EF=BC=9A=E5=86=85=E6=B5=8Bv0?= =?UTF-8?q?.0.7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src-tauri/tauri.conf.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 25cf494..7311c4c 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -9,7 +9,7 @@ }, "package": { "productName": "sea-monkey", - "version": "0.0.6" + "version": "0.0.7" }, "tauri": { "allowlist": { @@ -59,7 +59,7 @@ }, "updater": { "active": true, - "endpoints": ["https://github.com/cunoe/SeaMonkey/releases/download/v0.0.7/latest.json"], + "endpoints": ["https://github.com/cunoe/SeaMonkey/releases/download/v0.0.8/latest.json"], "dialog": true, "pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDMyMTU3MDAwQzZCMzI5NkQKUldSdEtiUEdBSEFWTXFQZ0RNWWJPRlpSaUFJR3loUjVKWmtGV0c0Um1mR3Z6M0pHb2hFRWViY00K" },