diff --git a/tuic-quinn/Cargo.toml b/tuic-quinn/Cargo.toml index ae761e0..fa66ea1 100644 --- a/tuic-quinn/Cargo.toml +++ b/tuic-quinn/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tuic-quinn" -version = "0.1.0-pre-alpha2" +version = "0.1.0-pre-alpha3" authors = ["EAimTY "] description = "A thin layer on top of quinn to provide functions for TUIC" categories = ["network-programming"] diff --git a/tuic/Cargo.toml b/tuic/Cargo.toml index 2bc348a..a827af4 100644 --- a/tuic/Cargo.toml +++ b/tuic/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tuic" -version = "5.0.0-pre-alpha6" +version = "5.0.0-pre-alpha7" authors = ["EAimTY "] description = "Delicately-TUICed 0-RTT proxy protocol" categories = ["network-programming"]