summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2021-05-03 07:43:31 +0800
committerSebastian Thiel <sebastian.thiel@icloud.com>2021-05-03 07:43:31 +0800
commit1ffc52e0a93150f3d0d488ceb515ce5f4caea816 (patch)
tree203071bdbb3123687430ba3e0cfe7fb9006e37e9
parentb6754461bcb7bfbd1794986e41114f59738fa955 (diff)
(cargo-release) version 2.11.2
-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 f393e27..45a6e0e 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -226,7 +226,7 @@ checksum = "524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198"
[[package]]
name = "dua-cli"
-version = "2.11.1"
+version = "2.11.2"
dependencies = [
"anyhow",
"atty",
diff --git a/Cargo.toml b/Cargo.toml
index 8829b1e..d0c7922 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "dua-cli"
-version = "2.11.1"
+version = "2.11.2"
authors = ["Sebastian Thiel <byronimo@gmail.com>"]
edition = "2018"
repository = "https://github.com/Byron/dua-cli"