From 469187d0bb9b1c09b8d645c266ac10fa9bd36934 Mon Sep 17 00:00:00 2001 From: Yumin Wu Date: Thu, 9 May 2024 15:20:49 +0800 Subject: [PATCH] temporary version(v1.0.0 is already published) --- Cargo.lock | 2 +- easytier/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 68b4c42..cd0657b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1266,7 +1266,7 @@ checksum = "56ce8c6da7551ec6c462cbaf3bfbc75131ebbfa1c944aeaa9dab51ca1c5f0c3b" [[package]] name = "easytier" -version = "1.0.0" +version = "1.0.1-pre" dependencies = [ "aes-gcm", "anyhow", diff --git a/easytier/Cargo.toml b/easytier/Cargo.toml index 3dc0d3a..938ffc3 100644 --- a/easytier/Cargo.toml +++ b/easytier/Cargo.toml @@ -3,7 +3,7 @@ name = "easytier" description = "A full meshed p2p VPN, connecting all your devices in one network with one command." homepage = "https://github.com/KKRainbow/EasyTier" repository = "https://github.com/KKRainbow/EasyTier" -version = "1.0.0" +version = "1.0.1-pre" edition = "2021" authors = ["kkrainbow"] keywords = ["vpn", "p2p", "network", "easytier"]