Skip to content

Commit

Permalink
chore: new release
Browse files Browse the repository at this point in the history
  • Loading branch information
hcavarsan committed Jun 12, 2024
1 parent bcc5e5d commit 781e408
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 19 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,24 +15,24 @@

<h2> Download latest release </h2>
<div align="left">
<a href="https://github.com/hcavarsan/kftray/releases/latest/download/kftray_0.11.6_universal.dmg">
<a href="https://github.com/hcavarsan/kftray/releases/latest/download/kftray_0.11.7_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.11.6_arm64-setup.exe">
<a href="https://github.com/hcavarsan/kftray/releases/latest/download/kftray_0.11.7_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>
<br />
<a href="https://github.com/hcavarsan/kftray/releases/latest/download/kftray_0.11.6_x64-setup.exe">
<a href="https://github.com/hcavarsan/kftray/releases/latest/download/kftray_0.11.7_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.11.6_x86-setup.exe">
<a href="https://github.com/hcavarsan/kftray/releases/latest/download/kftray_0.11.7_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>
<br />
<a href="https://github.com/hcavarsan/kftray/releases/latest/download/kftray_0.11.6_amd64.AppImage">
<a href="https://github.com/hcavarsan/kftray/releases/latest/download/kftray_0.11.7_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.11.6_aarch64.AppImage">
<a href="https://github.com/hcavarsan/kftray/releases/latest/download/kftray_0.11.7_aarch64.AppImage">
<img src="https://img.shields.io/badge/-Linux (ARM64)-grey.svg?style=for-the-badge&logo=linux" alt="Download for Linux AARCH64" />
</a>
</div>
Expand Down
4 changes: 2 additions & 2 deletions 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.11.6"
version = "0.11.7"
description = "KFtray Server is a Rust application that relays UDP/TCP traffic to an upstream server"
authors = [
"Henrique Cavarsan <hencavarsan@gmail.com>",
Expand All @@ -18,4 +18,4 @@ byteorder = "1.4"
tokio = { version = "1", features = ["full"] }

[dev-dependencies]
mockall = "0.12"
mockall = "0.12"
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"
version = "0.11.6"
version = "0.11.7"
description = "A cross-platform system tray app for Kubernetes port-forward management"
authors = ["Henrique Cavarsan <hencavarsan@gmail.com>"]
license = "MIT"
Expand Down
4 changes: 2 additions & 2 deletions 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.11.6"
"version": "0.11.7"
},
"tauri": {
"allowlist": {
Expand Down Expand Up @@ -90,4 +90,4 @@
}
]
}
}
}
5 changes: 0 additions & 5 deletions frontend/dist/index.html

Large diffs are not rendered by default.

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.11.6",
"version": "0.11.7",
"private": true,
"type": "module",
"scripts": {
Expand Down

0 comments on commit 781e408

Please sign in to comment.