From e185758f85ec4327c78ee543becb26fbc99c624a Mon Sep 17 00:00:00 2001 From: log1997 <2694233102@qq.com> Date: Tue, 20 Jan 2026 09:44:24 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=F0=9F=93=9D=20version=200.6.0-beat.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- src-tauri/Cargo.toml | 2 +- src-tauri/tauri.conf.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 5e9eadc..172c3d4 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "log-lottery", "private": true, - "version": "0.6.0-1", + "version": "0.6.0-2", "type": "module", "license": "MIT", "scripts": { diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 52682f6..c529a38 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "app" -version = "0.6.0-1" +version = "0.6.0-2" description = "A Tauri App" authors = [ "you" ] license = "" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index d06f0e4..70f29a8 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "$schema": "../node_modules/@tauri-apps/cli/config.schema.json", "productName": "log-lottery", - "version": "0.6.0-1", + "version": "0.6.0-2", "identifier": "to2026.xyz", "build": { "frontendDist": "../dist",