Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
hcavarsan committed Aug 20, 2024
1 parent 542b20d commit 77362f7
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
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.13.1"
version = "0.13.2"
description = "KFtray Server is a Rust application that relays UDP/TCP traffic to an upstream server"
authors = [
"Henrique Cavarsan <hencavarsan@gmail.com>",
Expand Down
4 changes: 2 additions & 2 deletions 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.13.1"
version = "0.13.2"
description = "A cross-platform system tray app for Kubernetes port-forward management"
authors = ["Henrique Cavarsan <hencavarsan@gmail.com>"]
license = "MIT"
Expand Down Expand Up @@ -76,4 +76,4 @@ tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
default = ["custom-protocol"]
# this feature is used used for production builds where `devPath` points to the filesystem
# DO NOT remove this
custom-protocol = ["tauri/custom-protocol"]
custom-protocol = ["tauri/custom-protocol"]
2 changes: 1 addition & 1 deletion crates/kftray-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"package": {
"productName": "kftray",
"version": "0.13.1"
"version": "0.13.2"
},
"tauri": {
"allowlist": {
Expand Down
4 changes: 2 additions & 2 deletions crates/kftui/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "kftui"
version = "0.13.1"
version = "0.13.2"
description = "KFtray TUI is a Rust application that manage multiple kubectl port forward configurations"
authors = [
"Henrique Cavarsan <hencavarsan@gmail.com>",
Expand Down Expand Up @@ -63,4 +63,4 @@ built = "0.7.4"


[build-dependencies]
built = "0.7"
built = "0.7"
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.13.1_universal.dmg">
<a href="https://github.com/hcavarsan/kftray/releases/latest/download/kftray_0.13.2_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.13.1_arm64-setup.exe">
<a href="https://github.com/hcavarsan/kftray/releases/latest/download/kftray_0.13.2_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.13.1_x64-setup.exe">
<a href="https://github.com/hcavarsan/kftray/releases/latest/download/kftray_0.13.2_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.13.1_x86-setup.exe">
<a href="https://github.com/hcavarsan/kftray/releases/latest/download/kftray_0.13.2_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.13.1_amd64.AppImage">
<a href="https://github.com/hcavarsan/kftray/releases/latest/download/kftray_0.13.2_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.13.1_aarch64.AppImage">
<a href="https://github.com/hcavarsan/kftray/releases/latest/download/kftray_0.13.2_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.13.1",
"version": "0.13.2",
"private": true,
"type": "module",
"scripts": {
Expand Down

0 comments on commit 77362f7

Please sign in to comment.