Skip to content

Commit 9b07a6d

Browse files
committed
build: release v0.5.4
1 parent f6f17e7 commit 9b07a6d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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 = "zerolaunch-rs"
3-
version = "0.5.3"
3+
version = "0.5.4"
44
description = "🚀 Lightning-fast, accurate, lightweight & pure Windows application launcher!"
55
authors = ["ghost-him"]
66
edition = "2021"

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": "https://schema.tauri.app/config/2",
33
"productName": "zerolaunch-rs",
4-
"version": "0.5.3",
4+
"version": "0.5.4",
55
"identifier": "com.zerolaunch-rs.app",
66
"build": {
77
"beforeDevCommand": "bun run dev",

src-tauri/tauri.conf.portable.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,5 @@
5454
}
5555
},
5656
"productName": "zerolaunch-rs_portable",
57-
"version": "0.5.3"
57+
"version": "0.5.4"
5858
}

0 commit comments

Comments
 (0)