diff --git a/Cargo.lock b/Cargo.lock index fc86324..fcb2662 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ [root] name = "fd" -version = "0.2.0" +version = "0.3.0" dependencies = [ "ansi_term 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", "getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 94745e5..66ff949 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fd" -version = "0.2.0" +version = "0.3.0" authors = ["David Peter "] [dependencies]