Skip to content

Commit 6d3bf6d

Browse files
committed
style: πŸ’„ update version
1 parent 9e8d55c commit 6d3bf6d

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

β€Žpackage.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "log-lottery",
33
"private": true,
4-
"version": "0.5.0",
4+
"version": "0.5.1",
55
"type": "module",
66
"license": "MIT",
77
"scripts": {

β€Žsrc-tauri/Cargo.lockβ€Ž

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žsrc-tauri/Cargo.tomlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "app"
3-
version = "0.5.0"
3+
version = "0.5.1"
44
description = "A Tauri App"
55
authors = ["you"]
66
license = ""

β€Žsrc-tauri/tauri.conf.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "../node_modules/@tauri-apps/cli/config.schema.json",
33
"productName": "log-lottery",
4-
"version": "0.5.0",
4+
"version": "0.5.1",
55
"identifier": "to2026.xyz",
66
"build": {
77
"frontendDist": "../dist",

0 commit comments

Comments
Β (0)