summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorandy.boot <bootandy@gmail.com>2020-01-19 09:32:49 +0000
committerandy.boot <bootandy@gmail.com>2020-01-19 09:32:49 +0000
commit352c0f7d90ba082ae997dc4ada89e4d7c32eece5 (patch)
tree40574a2f2e0f0f7ea4b8f08e6c588af1f8cd136c
parent842a8ec6730ec2b9f608b2479649f989f94336b1 (diff)
Increment version numberv0.4.4
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index c736480..8683faf 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -180,7 +180,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "du-dust"
-version = "0.4.3"
+version = "0.4.4"
dependencies = [
"ansi_term 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)",
"assert_cli 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)",
diff --git a/Cargo.toml b/Cargo.toml
index 100a5c1..14f786c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "du-dust"
description = "A more intuitive version of du"
-version = "0.4.3"
+version = "0.4.4"
authors = ["bootandy <bootandy@gmail.com>", "nebkor <code@ardent.nebcorp.com>"]
edition = "2018"