From 72708bff10e7b1a5d0f31d88e2a928260f41adfe Mon Sep 17 00:00:00 2001 From: "Azzam S.A" Date: Sat, 10 Aug 2024 14:56:10 +0700 Subject: [PATCH] v1.9.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3968188..fe6b467 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -138,7 +138,7 @@ dependencies = [ [[package]] name = "bilal" -version = "1.9.0" +version = "1.9.1" dependencies = [ "assert_cmd", "assert_fs", diff --git a/Cargo.toml b/Cargo.toml index 5b17c69..e6a2cd1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bilal" -version = "1.9.0" +version = "1.9.1" authors = ["azzamsa "] categories = ["date-and-time", "command-line-utilities"] edition = "2021"