Merge pull request #207 from LOG1997/dev

docs: 📝 version 0.6.0-beta.1
This commit is contained in:
LOG1997
2026-01-19 13:54:01 +08:00
committed by GitHub
4 changed files with 13 additions and 9 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "log-lottery",
"private": true,
"version": "0.5.4",
"version": "0.6.0-beta.1",
"type": "module",
"license": "MIT",
"scripts": {

2
src-tauri/Cargo.lock generated
View File

@@ -77,7 +77,7 @@ checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61"
[[package]]
name = "app"
version = "0.5.4"
version = "0.6.0-beta.1"
dependencies = [
"log",
"serde",

View File

@@ -1,6 +1,6 @@
[package]
name = "app"
version = "0.5.4"
version = "0.6.0-beta.1"
description = "A Tauri App"
authors = [ "you" ]
license = ""
@@ -12,7 +12,11 @@ rust-version = "1.77.2"
[lib]
name = "app_lib"
crate-type = ["staticlib", "cdylib", "rlib"]
crate-type = [
"staticlib",
"cdylib",
"rlib"
]
[build-dependencies]
tauri-build = { version = "2.5.3", features = [] }

View File

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