style: 💄 update version

This commit is contained in:
log1997
2025-12-31 10:50:07 +08:00
parent 9e8d55c5b7
commit 6d3bf6df81
4 changed files with 4 additions and 4 deletions

2
src-tauri/Cargo.lock generated
View File

@@ -77,7 +77,7 @@ checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61"
[[package]]
name = "app"
version = "0.5.0"
version = "0.5.1"
dependencies = [
"log",
"serde",

View File

@@ -1,6 +1,6 @@
[package]
name = "app"
version = "0.5.0"
version = "0.5.1"
description = "A Tauri App"
authors = ["you"]
license = ""

View File

@@ -1,7 +1,7 @@
{
"$schema": "../node_modules/@tauri-apps/cli/config.schema.json",
"productName": "log-lottery",
"version": "0.5.0",
"version": "0.5.1",
"identifier": "to2026.xyz",
"build": {
"frontendDist": "../dist",