summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2020-07-24 10:10:06 +0800
committerSebastian Thiel <sebastian.thiel@icloud.com>2020-07-24 10:10:06 +0800
commit31c588eaf30f34f2df23c3cc28ee8aebe5a01ca0 (patch)
treed6176c523dc82232722c0f3a81e6feb2fdba9964
parentc939b2c9a1405a9f364a10c2f692267f0879e1df (diff)
(cargo-release) version 2.10.1v2.10.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 a336986..2f8ed25 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -227,7 +227,7 @@ checksum = "524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198"
[[package]]
name = "dua-cli"
-version = "2.10.0"
+version = "2.10.1"
dependencies = [
"anyhow",
"atty",
diff --git a/Cargo.toml b/Cargo.toml
index 712a07a..e5c1de0 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "dua-cli"
-version = "2.10.0"
+version = "2.10.1"
authors = ["Sebastian Thiel <byronimo@gmail.com>"]
edition = "2018"
repository = "https://github.com/Byron/dua-cli"