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"