This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Commit 930bad4 committed Feb 21, 2024 · 2 / 5 · Verified
1 parent 01e536a commit 930bad4 Copy full SHA for 930bad4
File tree 4 files changed +6
-6
lines changed
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 34
34
35
35
<!-- Download Buttons -->
36
36
<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">
38
38
Download for macOS
39
39
</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">
41
41
Download for Windows
42
42
</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">
44
44
Download for Linux
45
45
</a>
46
46
</p >
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " kftray" ,
3
- "version" : " 0.6.3 " ,
3
+ "version" : " 0.6.4 " ,
4
4
"private" : true ,
5
5
"type" : " module" ,
6
6
"scripts" : {
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " kftray"
3
- version = " 0.6.3 "
3
+ version = " 0.6.4 "
4
4
description = " A Tauri App"
5
5
authors = [" you" ]
6
6
license = " "
Original file line number Diff line number Diff line change 8
8
},
9
9
"package" : {
10
10
"productName" : " kftray" ,
11
- "version" : " 0.6.3 "
11
+ "version" : " 0.6.4 "
12
12
},
13
13
"tauri" : {
14
14
"allowlist" : {
You can’t perform that action at this time.
0 commit comments