From 4aba0b68e6f02a756c44606583552c0dc7a8f70c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Jutteau?= Date: Wed, 17 Jan 2024 16:48:58 +0100 Subject: [PATCH] BSUd v0.1.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Jutteau --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1e5eb8e..7c475cf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -324,7 +324,7 @@ dependencies = [ [[package]] name = "bsud" -version = "0.1.0" +version = "0.1.1" dependencies = [ "async-process", "clap", diff --git a/Cargo.toml b/Cargo.toml index ab6d4f8..a822bce 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bsud" -version = "0.1.0" +version = "0.1.1" edition = "2021" authors = ["OpenSource Team "] license = "BSD-3-Clause"