From 0303155b28a24cd0fa2e9efa8832dd914fe74a5a Mon Sep 17 00:00:00 2001 From: EAimTY Date: Sun, 31 Jul 2022 00:48:06 +0900 Subject: [PATCH] bump version --- client/Cargo.toml | 2 +- server/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/client/Cargo.toml b/client/Cargo.toml index 6be826c..1e11d5a 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tuic-client" -version = "0.8.4" +version = "0.8.5" authors = ["EAimTY "] description = "Delicately-TUICed high-performance proxy built on top of the QUIC protocol" categories = ["network-programming", "command-line-utilities"] diff --git a/server/Cargo.toml b/server/Cargo.toml index 5a4141f..a9c399d 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tuic-server" -version = "0.8.4" +version = "0.8.5" authors = ["EAimTY "] description = "Delicately-TUICed high-performance proxy built on top of the QUIC protocol" categories = ["network-programming", "command-line-utilities"]