summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2021-08-22 15:33:17 +0800
committerSebastian Thiel <sebastian.thiel@icloud.com>2021-08-22 15:33:17 +0800
commitc148b779e9eb1ef109fe9276fc378c9d7a553e37 (patch)
treef71f26eb6f8ae50e579fac24605dafc2d8446bdf
parentf48b181d56d89c3028eb055c80bdf447fe65595d (diff)
Release dua-cli v2.14.6v2.14.6
-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 b75ef5a..5b4af9e 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -251,7 +251,7 @@ checksum = "0e25ea47919b1560c4e3b7fe0aaab9becf5b84a10325ddf7db0f0ba5e1026499"
[[package]]
name = "dua-cli"
-version = "2.14.5"
+version = "2.14.6"
dependencies = [
"anyhow",
"atty",
diff --git a/Cargo.toml b/Cargo.toml
index e8d751d..f49ecec 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "dua-cli"
-version = "2.14.5"
+version = "2.14.6"
authors = ["Sebastian Thiel <byronimo@gmail.com>"]
edition = "2018"
repository = "https://github.com/Byron/dua-cli"