diff --git a/client/Cargo.toml b/client/Cargo.toml index 7bbfe22..5362e38 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tuic-client" -version = "0.8.1" +version = "0.8.2" 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 c9490b0..b0ad6c0 100644 --- a/protocol/Cargo.toml +++ b/protocol/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tuic-protocol" -version = "4.1.1" +version = "4.1.2" authors = ["EAimTY "] description = "" categories = ["network-programming"] diff --git a/server/Cargo.toml b/server/Cargo.toml index 38062ae..de4060f 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tuic-server" -version = "0.8.1" +version = "0.8.2" authors = ["EAimTY "] description = "Delicately-TUICed high-performance proxy built on top of the QUIC protocol" categories = ["network-programming", "command-line-utilities"]