From 7ac01e8166838b3f6d386056982161ee5955a678 Mon Sep 17 00:00:00 2001 From: Bob Date: Tue, 1 Oct 2019 22:00:20 +0100 Subject: [PATCH] Increment version number --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d1c0052..5d0ff9c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -141,7 +141,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "du-dust" -version = "0.3.1" +version = "0.3.2" dependencies = [ "ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", "assert_cli 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index c4a7851..aa1051d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "du-dust" description = "A more intuitive version of du" -version = "0.3.1" +version = "0.3.2" authors = ["bootandy ", "nebkor "] documentation = "https://github.com/bootandy/dust"