From 5ac493007c3f6a6e607b58512d2d0131919fd019 Mon Sep 17 00:00:00 2001 From: GDGunnars Date: Mon, 17 Jun 2024 22:48:24 +0200 Subject: [PATCH] update package version to 1.0.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b3ec16b..24703e0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -608,7 +608,7 @@ dependencies = [ [[package]] name = "rcon" -version = "1.0.0" +version = "1.0.1" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 2e4c7ef..b93db1a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rcon" -version = "1.0.0" +version = "1.0.1" edition = "2021" authors = ["GDGunnars ", "BLAST.tv "] license = "MIT OR Apache-2.0"