summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2021-02-22 13:53:15 +0800
committerSebastian Thiel <sebastian.thiel@icloud.com>2021-02-22 13:53:15 +0800
commit2808ff645f421aa2b098e3245e76890edad7ce98 (patch)
treea401dfcc3d44341225fcc53d31642af66c557cba
parente5d3752c296a859711cf158f1f84a5829bcfa333 (diff)
(cargo-release) version 2.11.1v2.11.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 d8ebb55..93ff92f 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -233,7 +233,7 @@ checksum = "524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198"
[[package]]
name = "dua-cli"
-version = "2.11.0"
+version = "2.11.1"
dependencies = [
"anyhow",
"atty",
diff --git a/Cargo.toml b/Cargo.toml
index 749ae6a..7c24364 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "dua-cli"
-version = "2.11.0"
+version = "2.11.1"
authors = ["Sebastian Thiel <byronimo@gmail.com>"]
edition = "2018"
repository = "https://github.com/Byron/dua-cli"