From 9a61db3c9459954ef1fa5e870088c7c2c7ca952d Mon Sep 17 00:00:00 2001 From: EAimTY Date: Thu, 25 May 2023 22:31:44 +0900 Subject: [PATCH] bump server & client versions --- tuic-client/Cargo.toml | 2 +- tuic-server/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tuic-client/Cargo.toml b/tuic-client/Cargo.toml index 2c2b13b..a96298f 100644 --- a/tuic-client/Cargo.toml +++ b/tuic-client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tuic-client" -version = "1.0.0-pre-alpha0" +version = "1.0.0-pre-alpha1" authors = ["EAimTY "] description = "Minimalistic TUIC client implementation as a reference" categories = ["network-programming"] diff --git a/tuic-server/Cargo.toml b/tuic-server/Cargo.toml index 5ec4b2e..cdf52ff 100644 --- a/tuic-server/Cargo.toml +++ b/tuic-server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tuic-server" -version = "1.0.0-pre-alpha0" +version = "1.0.0-pre-alpha1" authors = ["EAimTY "] description = "Minimalistic TUIC server implementation as a reference" categories = ["network-programming"]