Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
hcavarsan committed Oct 20, 2024
1 parent fa837d7 commit c81c0d7
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 18 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/kftray-server/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "kftray-server"
version = "0.14.8"
version = "0.14.9"
description = "KFtray Server is a Rust application that relays UDP/TCP traffic to an upstream server"
authors = [
"Henrique Cavarsan <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion crates/kftray-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "kftray-tauri"
version = "0.14.8"
version = "0.14.9"
description = "A cross-platform system tray app for Kubernetes port-forward management"
authors = ["Henrique Cavarsan <[email protected]>"]
license = "MIT"
Expand Down
10 changes: 5 additions & 5 deletions crates/kftray-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
},
"package": {
"productName": "kftray",
"version": "0.14.8"
"version": "0.14.9"
},
"tauri": {
"allowlist": {
"dialog": {
"all": true
},
"all": true,
"dialog": {
"all": true
},
"shell": {
"all": true,
"execute": true,
Expand Down Expand Up @@ -101,4 +101,4 @@
}
]
}
}
}
2 changes: 1 addition & 1 deletion crates/kftui/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "kftui"
version = "0.14.8"
version = "0.14.9"
description = "KFtray TUI is a Rust application that manage multiple kubectl port forward configurations"
authors = [
"Henrique Cavarsan <[email protected]>",
Expand Down
12 changes: 6 additions & 6 deletions docs/kftray/INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,22 +32,22 @@ Linux Note: due to GTK limitations, it is necessary to install and enable the GN
Download the latest release directly from GitHub:

<div align="left">
<a href="https://github.com/hcavarsan/kftray/releases/latest/download/kftray_0.14.8_universal.dmg">
<a href="https://github.com/hcavarsan/kftray/releases/latest/download/kftray_0.14.9_universal.dmg">
<img src="https://img.shields.io/badge/macOS-Universal-grey.svg?style=for-the-badge&logo=apple" alt="Download for macOS" />
</a>
<a href="https://github.com/hcavarsan/kftray/releases/latest/download/kftray_0.14.8_arm64-setup.exe">
<a href="https://github.com/hcavarsan/kftray/releases/latest/download/kftray_0.14.9_arm64-setup.exe">
<img src="https://img.shields.io/badge/Windows-ARM64-grey.svg?style=for-the-badge&logo=windows" alt="Download for Windows ARM64" />
</a>
<a href="https://github.com/hcavarsan/kftray/releases/latest/download/kftray_0.14.8_x64-setup.exe">
<a href="https://github.com/hcavarsan/kftray/releases/latest/download/kftray_0.14.9_x64-setup.exe">
<img src="https://img.shields.io/badge/Windows-x64-grey.svg?style=for-the-badge&logo=windows" alt="Download for Windows x64" />
</a>
<a href="https://github.com/hcavarsan/kftray/releases/latest/download/kftray_0.14.8_x86-setup.exe">
<a href="https://github.com/hcavarsan/kftray/releases/latest/download/kftray_0.14.9_x86-setup.exe">
<img src="https://img.shields.io/badge/Windows-x86-grey.svg?style=for-the-badge&logo=windows" alt="Download for Windows x86" />
</a>
<a href="https://github.com/hcavarsan/kftray/releases/latest/download/kftray_0.14.8_amd64.AppImage">
<a href="https://github.com/hcavarsan/kftray/releases/latest/download/kftray_0.14.9_amd64.AppImage">
<img src="https://img.shields.io/badge/Linux-x64-grey.svg?style=for-the-badge&logo=linux" alt="Download for Linux AMD64" />
</a>
<a href="https://github.com/hcavarsan/kftray/releases/latest/download/kftray_0.14.8_aarch64.AppImage">
<a href="https://github.com/hcavarsan/kftray/releases/latest/download/kftray_0.14.9_aarch64.AppImage">
<img src="https://img.shields.io/badge/Linux-ARM64-grey.svg?style=for-the-badge&logo=linux" alt="Download for Linux ARM64" />
</a>
</div>
Expand Down
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kftray/ui",
"version": "0.14.8",
"version": "0.14.9",
"private": true,
"type": "module",
"scripts": {
Expand Down

0 comments on commit c81c0d7

Please sign in to comment.