diff --git a/Cargo.lock b/Cargo.lock index a96e2bb..171cfbd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -538,7 +538,7 @@ dependencies = [ [[package]] name = "ls-interactive" -version = "1.3.0" +version = "1.5.0" dependencies = [ "console", "crossterm", diff --git a/Cargo.toml b/Cargo.toml index 730bdd5..b36626e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "ls-interactive" description = "Interactive ls command" -version = "1.3.0" +version = "1.5.0" authors = ["Araxeus "] homepage = "https://github.com/Araxeus/ls-interactive" license = "MIT"