Skip to content

Commit c81c0d7

Browse files
committed
chore: bump version
1 parent fa837d7 commit c81c0d7

File tree

7 files changed

+18
-18
lines changed

7 files changed

+18
-18
lines changed

Cargo.lock

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/kftray-server/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "kftray-server"
3-
version = "0.14.8"
3+
version = "0.14.9"
44
description = "KFtray Server is a Rust application that relays UDP/TCP traffic to an upstream server"
55
authors = [
66
"Henrique Cavarsan <hencavarsan@gmail.com>",

crates/kftray-tauri/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "kftray-tauri"
3-
version = "0.14.8"
3+
version = "0.14.9"
44
description = "A cross-platform system tray app for Kubernetes port-forward management"
55
authors = ["Henrique Cavarsan <hencavarsan@gmail.com>"]
66
license = "MIT"

crates/kftray-tauri/tauri.conf.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88
},
99
"package": {
1010
"productName": "kftray",
11-
"version": "0.14.8"
11+
"version": "0.14.9"
1212
},
1313
"tauri": {
1414
"allowlist": {
15-
"dialog": {
16-
"all": true
17-
},
1815
"all": true,
16+
"dialog": {
17+
"all": true
18+
},
1919
"shell": {
2020
"all": true,
2121
"execute": true,
@@ -101,4 +101,4 @@
101101
}
102102
]
103103
}
104-
}
104+
}

crates/kftui/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "kftui"
3-
version = "0.14.8"
3+
version = "0.14.9"
44
description = "KFtray TUI is a Rust application that manage multiple kubectl port forward configurations"
55
authors = [
66
"Henrique Cavarsan <hencavarsan@gmail.com>",

docs/kftray/INSTALL.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -32,22 +32,22 @@ Linux Note: due to GTK limitations, it is necessary to install and enable the GN
3232
Download the latest release directly from GitHub:
3333

3434
<div align="left">
35-
<a href="https://github.com/hcavarsan/kftray/releases/latest/download/kftray_0.14.8_universal.dmg">
35+
<a href="https://github.com/hcavarsan/kftray/releases/latest/download/kftray_0.14.9_universal.dmg">
3636
<img src="https://img.shields.io/badge/macOS-Universal-grey.svg?style=for-the-badge&logo=apple" alt="Download for macOS" />
3737
</a>
38-
<a href="https://github.com/hcavarsan/kftray/releases/latest/download/kftray_0.14.8_arm64-setup.exe">
38+
<a href="https://github.com/hcavarsan/kftray/releases/latest/download/kftray_0.14.9_arm64-setup.exe">
3939
<img src="https://img.shields.io/badge/Windows-ARM64-grey.svg?style=for-the-badge&logo=windows" alt="Download for Windows ARM64" />
4040
</a>
41-
<a href="https://github.com/hcavarsan/kftray/releases/latest/download/kftray_0.14.8_x64-setup.exe">
41+
<a href="https://github.com/hcavarsan/kftray/releases/latest/download/kftray_0.14.9_x64-setup.exe">
4242
<img src="https://img.shields.io/badge/Windows-x64-grey.svg?style=for-the-badge&logo=windows" alt="Download for Windows x64" />
4343
</a>
44-
<a href="https://github.com/hcavarsan/kftray/releases/latest/download/kftray_0.14.8_x86-setup.exe">
44+
<a href="https://github.com/hcavarsan/kftray/releases/latest/download/kftray_0.14.9_x86-setup.exe">
4545
<img src="https://img.shields.io/badge/Windows-x86-grey.svg?style=for-the-badge&logo=windows" alt="Download for Windows x86" />
4646
</a>
47-
<a href="https://github.com/hcavarsan/kftray/releases/latest/download/kftray_0.14.8_amd64.AppImage">
47+
<a href="https://github.com/hcavarsan/kftray/releases/latest/download/kftray_0.14.9_amd64.AppImage">
4848
<img src="https://img.shields.io/badge/Linux-x64-grey.svg?style=for-the-badge&logo=linux" alt="Download for Linux AMD64" />
4949
</a>
50-
<a href="https://github.com/hcavarsan/kftray/releases/latest/download/kftray_0.14.8_aarch64.AppImage">
50+
<a href="https://github.com/hcavarsan/kftray/releases/latest/download/kftray_0.14.9_aarch64.AppImage">
5151
<img src="https://img.shields.io/badge/Linux-ARM64-grey.svg?style=for-the-badge&logo=linux" alt="Download for Linux ARM64" />
5252
</a>
5353
</div>

frontend/package.json

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

0 commit comments

Comments
 (0)