From a150ce21f287768e8fee195553225e2a28fad28c Mon Sep 17 00:00:00 2001 From: Tao Guo Date: Sun, 19 Nov 2023 07:09:45 +0000 Subject: [PATCH] Bump version to 1.8.1 --- Cargo.toml | 2 +- macros/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index d1a4312..31b4592 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ documentation = "https://docs.rs/cmd_lib" keywords = ["shell", "script", "cli", "process", "pipe"] categories = ["command-line-interface", "command-line-utilities"] readme = "README.md" -version = "1.8.0" +version = "1.8.1" authors = ["rust-shell-script "] edition = "2018" diff --git a/macros/Cargo.toml b/macros/Cargo.toml index 02e0db6..8d064e2 100644 --- a/macros/Cargo.toml +++ b/macros/Cargo.toml @@ -5,7 +5,7 @@ license = "MIT OR Apache-2.0" homepage = "https://github.com/rust-shell-script/rust_cmd_lib" repository = "https://github.com/rust-shell-script/rust_cmd_lib" keywords = ["shell", "script", "cli", "process", "pipe"] -version = "1.8.0" +version = "1.8.1" authors = ["Tao Guo "] edition = "2018"