summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2021-09-18 09:37:23 +0800
committerSebastian Thiel <sebastian.thiel@icloud.com>2021-09-18 09:37:23 +0800
commit07b934f4e17e0b180d1734a810da3b533a29e43b (patch)
treedfef6c9cf9632a28c11efc295312ce2b08b3bf06
parentf5fd8c6bfa4fb3756b73e29fb53dd553b1c20710 (diff)
Release dua-cli v2.14.7v2.14.7
-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 5b4af9e..c98bd8a 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -251,7 +251,7 @@ checksum = "0e25ea47919b1560c4e3b7fe0aaab9becf5b84a10325ddf7db0f0ba5e1026499"
[[package]]
name = "dua-cli"
-version = "2.14.6"
+version = "2.14.7"
dependencies = [
"anyhow",
"atty",
diff --git a/Cargo.toml b/Cargo.toml
index f49ecec..9f215b5 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "dua-cli"
-version = "2.14.6"
+version = "2.14.7"
authors = ["Sebastian Thiel <byronimo@gmail.com>"]
edition = "2018"
repository = "https://github.com/Byron/dua-cli"