summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2021-06-30 07:43:34 +0800
committerSebastian Thiel <sebastian.thiel@icloud.com>2021-06-30 07:43:34 +0800
commit5ecd90fb400c61649826d80c0d1348affd10087e (patch)
treec7254c7b7d2d4e98f329051392a642ee18dbbbc0
parente1b8a01579e211c268356ea25c56cfb9391ca717 (diff)
(cargo-release) version 2.14.1v2.14.1
-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 99eb961..86b8414 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -258,7 +258,7 @@ checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10"
[[package]]
name = "dua-cli"
-version = "2.14.0"
+version = "2.14.1"
dependencies = [
"anyhow",
"atty",
diff --git a/Cargo.toml b/Cargo.toml
index 9ae4d56..0c89614 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "dua-cli"
-version = "2.14.0"
+version = "2.14.1"
authors = ["Sebastian Thiel <byronimo@gmail.com>"]
edition = "2018"
repository = "https://github.com/Byron/dua-cli"