From dab7209a69b1d2d27bfcac69bdc45cbb8fa93750 Mon Sep 17 00:00:00 2001 From: Julian Freeman Date: Fri, 17 Apr 2026 12:26:35 -0400 Subject: [PATCH] upgrade --- README.md | 2 +- package.json | 2 +- src-tauri/Cargo.lock | 2 +- src-tauri/Cargo.toml | 2 +- src-tauri/tauri.conf.json | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 3013e0c..dc4d581 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ # Windows 清理工具 -用 Gemini CLI 生成。 +用 Gemini CLI & Codex 生成。 diff --git a/package.json b/package.json index 4324096..42b1432 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "win-cleaner", "private": true, - "version": "0.1.0", + "version": "0.1.1", "type": "module", "scripts": { "dev": "vite", diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index fc26928..3911db4 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -4594,7 +4594,7 @@ dependencies = [ [[package]] name = "win-cleaner" -version = "0.1.0" +version = "0.1.1" dependencies = [ "chrono", "jwalk", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 450d7de..d407ac9 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "win-cleaner" -version = "0.1.0" +version = "0.1.1" description = "A Windows Cleaner" authors = ["Julian"] edition = "2021" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index cfaef06..e3e5902 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "$schema": "https://schema.tauri.app/config/2", "productName": "win-cleaner", - "version": "0.1.0", + "version": "0.1.1", "identifier": "top.volan.win-cleaner", "build": { "beforeDevCommand": "pnpm dev",