From df3ffb4bd1ef94b18ce52f02e415d2797ada93c6 Mon Sep 17 00:00:00 2001 From: Mihai Galos Date: Tue, 25 Jan 2022 21:29:23 +0100 Subject: [PATCH] Bump to 0.2.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 02cf122..099ea70 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -83,7 +83,7 @@ dependencies = [ [[package]] name = "dusage" -version = "0.2.0" +version = "0.2.1" dependencies = [ "byte-unit", "clap", diff --git a/Cargo.toml b/Cargo.toml index ab25b31..d47e211 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dusage" -version = "0.2.0" +version = "0.2.1" edition = "2021" authors = ["Mihai Galos "] description = "💾 A command line disk usage information tool.\n\nDisk usage percentage is displayed in a bar with the inode usage percentage as background."