From f04368f92edc91d77727ef7560f9b6ec57ac6d22 Mon Sep 17 00:00:00 2001 From: Araxeus <78568641+Araxeus@users.noreply.github.com> Date: Fri, 6 May 2022 20:36:56 +0300 Subject: [PATCH] v1.1.2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 317e0f6..2fe0924 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -149,7 +149,7 @@ checksum = "5916d2ae698f6de9bfb891ad7a8d65c09d232dc58cc4ac433c7da3b2fd84bc2b" [[package]] name = "ls-interactive" -version = "1.1.0" +version = "1.1.2" dependencies = [ "console", "dialoguer", diff --git a/Cargo.toml b/Cargo.toml index ad3e0b7..c4275d4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "ls-interactive" description = "Interactive ls command" -version = "1.1.0" +version = "1.1.2" authors = ["Araxeus "] homepage = "https://github.com/Araxeus/ls-interactive" license = "MIT"