From d5b6d1689c2f1600c11ffb0eb4fe0f3cbe337bc5 Mon Sep 17 00:00:00 2001 From: Wei Zhang Date: Tue, 20 Aug 2024 23:35:23 +0800 Subject: [PATCH] :tada: release v1.1.4 Signed-off-by: Wei Zhang --- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 2 +- lsd.spec | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cbfaebb75..702a40119 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -734,7 +734,7 @@ dependencies = [ [[package]] name = "lsd" -version = "1.1.3" +version = "1.1.4" dependencies = [ "assert_cmd", "assert_fs", diff --git a/Cargo.toml b/Cargo.toml index 3cee64576..c09c35348 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ license = "Apache-2.0" name = "lsd" readme = "./README.md" repository = "https://github.com/lsd-rs/lsd" -version = "1.1.3" +version = "1.1.4" edition = "2021" rust-version = "1.74" diff --git a/README.md b/README.md index 92faa5239..c8e6dd686 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ **IMPORTANT**: This is the development documents, please check the docs in [Tags](https://github.com/lsd-rs/lsd/tags) if you installed from the released ones. -The current newest release is: [v1.1.3](https://github.com/lsd-rs/lsd/tree/v1.1.3) +The current newest release is: [v1.1.4](https://github.com/lsd-rs/lsd/tree/v1.1.4) --- diff --git a/lsd.spec b/lsd.spec index cbc1d4856..59307b7d4 100644 --- a/lsd.spec +++ b/lsd.spec @@ -1,5 +1,5 @@ Name: lsd -Version: 1.1.3 +Version: 1.1.4 Release: 1%{?dist} Summary: The next gen ls command