From f728e4210c4c7a30f86846cf7284644a933da3d0 Mon Sep 17 00:00:00 2001 From: EAimTY Date: Sat, 25 Jun 2022 21:22:10 +0900 Subject: [PATCH] bump version --- client/Cargo.toml | 2 +- protocol/Cargo.toml | 2 +- server/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/client/Cargo.toml b/client/Cargo.toml index c5e029c..4e09d5f 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tuic-client" -version = "0.7.0" +version = "0.8.0-beta0" authors = ["EAimTY "] description = "Delicately-TUICed high-performance proxy built on top of the QUIC protocol" categories = ["network-programming", "command-line-utilities"] diff --git a/protocol/Cargo.toml b/protocol/Cargo.toml index 09c0710..8b426fb 100644 --- a/protocol/Cargo.toml +++ b/protocol/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tuic-protocol" -version = "0.4.0" +version = "4.1.0" authors = ["EAimTY "] description = "" categories = ["network-programming"] diff --git a/server/Cargo.toml b/server/Cargo.toml index 99bace6..a6f4119 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tuic-server" -version = "0.7.0" +version = "0.8.0-beta0" authors = ["EAimTY "] description = "Delicately-TUICed high-performance proxy built on top of the QUIC protocol" categories = ["network-programming", "command-line-utilities"]