From 53d560a475ded09066ee40548364097333cbae81 Mon Sep 17 00:00:00 2001 From: EAimTY Date: Sat, 27 May 2023 21:18:11 +0900 Subject: [PATCH] bump versions --- tuic-client/Cargo.toml | 2 +- tuic-quinn/Cargo.toml | 2 +- tuic-server/Cargo.toml | 2 +- tuic/Cargo.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tuic-client/Cargo.toml b/tuic-client/Cargo.toml index 8320247..69f0c20 100644 --- a/tuic-client/Cargo.toml +++ b/tuic-client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tuic-client" -version = "1.0.0-pre-alpha2" +version = "1.0.0-alpha0" authors = ["EAimTY "] description = "Minimalistic TUIC client implementation as a reference" categories = ["network-programming"] diff --git a/tuic-quinn/Cargo.toml b/tuic-quinn/Cargo.toml index 27d08db..54f64c2 100644 --- a/tuic-quinn/Cargo.toml +++ b/tuic-quinn/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tuic-quinn" -version = "0.1.0-pre-alpha5" +version = "0.1.0-alpha0" authors = ["EAimTY "] description = "A thin layer on top of quinn to provide functions for TUIC" categories = ["network-programming"] diff --git a/tuic-server/Cargo.toml b/tuic-server/Cargo.toml index 1aa0d5d..99d9702 100644 --- a/tuic-server/Cargo.toml +++ b/tuic-server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tuic-server" -version = "1.0.0-pre-alpha2" +version = "1.0.0-alpha0" authors = ["EAimTY "] description = "Minimalistic TUIC server implementation as a reference" categories = ["network-programming"] diff --git a/tuic/Cargo.toml b/tuic/Cargo.toml index ba5e9c3..350e4db 100644 --- a/tuic/Cargo.toml +++ b/tuic/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tuic" -version = "5.0.0-pre-alpha9" +version = "5.0.0-alpha0" authors = ["EAimTY "] description = "Delicately-TUICed 0-RTT proxy protocol" categories = ["network-programming"]