diff --git a/Cargo.lock b/Cargo.lock index 5255d54..4054c2b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2,4 +2,4 @@ # It is not intended for manual editing. [[package]] name = "lsfp" -version = "0.3.0" +version = "0.4.0" diff --git a/Cargo.toml b/Cargo.toml index cd6e6d1..a1446a1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lsfp" -version = "0.3.0" +version = "0.4.0" authors = ["The Noah "] edition = "2018" description = "Cross-platform alternative to ls, specifically designed for programmers"