Skip to content

Commit 795d726

Browse files
committed
chore: release patch
1 parent 15b1692 commit 795d726

File tree

7 files changed

+14
-14
lines changed

7 files changed

+14
-14
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.4"
3+
version = "0.14.5"
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.4"
3+
version = "0.14.5"
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

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

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.4"
3+
version = "0.14.5"
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.4_universal.dmg">
35+
<a href="https://github.com/hcavarsan/kftray/releases/latest/download/kftray_0.14.5_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.4_arm64-setup.exe">
38+
<a href="https://github.com/hcavarsan/kftray/releases/latest/download/kftray_0.14.5_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.4_x64-setup.exe">
41+
<a href="https://github.com/hcavarsan/kftray/releases/latest/download/kftray_0.14.5_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.4_x86-setup.exe">
44+
<a href="https://github.com/hcavarsan/kftray/releases/latest/download/kftray_0.14.5_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.4_amd64.AppImage">
47+
<a href="https://github.com/hcavarsan/kftray/releases/latest/download/kftray_0.14.5_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.4_aarch64.AppImage">
50+
<a href="https://github.com/hcavarsan/kftray/releases/latest/download/kftray_0.14.5_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.4",
3+
"version": "0.14.5",
44
"private": true,
55
"type": "module",
66
"scripts": {

0 commit comments

Comments
 (0)