Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 930bad4

Browse files
committedFeb 21, 2024··
feat: prepare new version
1 parent 01e536a commit 930bad4

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed
 

‎README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,13 @@
3434

3535
<!-- Download Buttons -->
3636
<p>
37-
<a href="https://github.com/hcavarsan/kftray/releases/latest/download/kftray_0.6.3_universal.dmg">
37+
<a href="https://github.com/hcavarsan/kftray/releases/latest/download/kftray_0.6.4_universal.dmg">
3838
Download for macOS
3939
</a> ·
40-
<a href="https://github.com/hcavarsan/kftray/releases/latest/download/kftray_0.6.3_x64-setup.exe">
40+
<a href="https://github.com/hcavarsan/kftray/releases/latest/download/kftray_0.6.4_x64-setup.exe">
4141
Download for Windows
4242
</a> ·
43-
<a href="https://github.com/hcavarsan/kftray/releases/latest/download/kftray_0.6.3_amd64.AppImage">
43+
<a href="https://github.com/hcavarsan/kftray/releases/latest/download/kftray_0.6.4_amd64.AppImage">
4444
Download for Linux
4545
</a>
4646
</p>

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "kftray",
3-
"version": "0.6.3",
3+
"version": "0.6.4",
44
"private": true,
55
"type": "module",
66
"scripts": {

‎src-tauri/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "kftray"
3-
version = "0.6.3"
3+
version = "0.6.4"
44
description = "A Tauri App"
55
authors = ["you"]
66
license = ""

‎src-tauri/tauri.conf.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"package": {
1010
"productName": "kftray",
11-
"version": "0.6.3"
11+
"version": "0.6.4"
1212
},
1313
"tauri": {
1414
"allowlist": {

0 commit comments

Comments
 (0)
Please sign in to comment.