From 388c74831e7a36af3ed6b02c03a99dd253d35a9e Mon Sep 17 00:00:00 2001 From: purp1e Date: Sun, 9 Nov 2025 00:56:34 +0800 Subject: [PATCH] misc update version and data file --- next-env.d.ts | 2 +- src-tauri/tauri.conf.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/next-env.d.ts b/next-env.d.ts index c4b7818..9edff1c 100644 --- a/next-env.d.ts +++ b/next-env.d.ts @@ -1,6 +1,6 @@ /// /// -import "./.next/dev/types/routes.d.ts"; +import "./.next/types/routes.d.ts"; // NOTE: This file should not be edited // see https://nextjs.org/docs/app/api-reference/config/typescript for more information. diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 13496da..47ac12e 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -52,7 +52,7 @@ }, "productName": "CS工具箱", "mainBinaryName": "cstb", - "version": "0.0.6-beta.8", + "version": "0.0.6-beta.10", "identifier": "upup.cool", "plugins": { "deep-link": {