Merge pull request #215 from LOG1997/213-cancel-lottery-bug

docs: 📝 version 0.6.0-beat.2
This commit is contained in:
LOG1997
2026-01-20 09:45:10 +08:00
committed by GitHub
3 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -1,6 +1,6 @@
[package]
name = "app"
version = "0.6.0-1"
version = "0.6.0-2"
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.6.0-1",
"version": "0.6.0-2",
"identifier": "to2026.xyz",
"build": {
"frontendDist": "../dist",