diff --git a/Cargo.lock b/Cargo.lock index 778407f..a5dbc50 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -167,7 +167,7 @@ dependencies = [ [[package]] name = "diskonaut" -version = "0.1.0" +version = "0.2.0" dependencies = [ "cargo-insta 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)", "failure 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 603107b..ed14032 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,8 +1,9 @@ [package] name = "diskonaut" description = "Terminal disk space visual navigator" -version = "0.1.0" +version = "0.2.0" authors = ["Aram Drevekenin "] +readme = "README.md" homepage = "https://github.com/imsnif/diskonaut" repository = "https://github.com/imsnif/diskonaut" license = "MIT"