summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2020-10-15 12:17:10 +0800
committerSebastian Thiel <sebastian.thiel@icloud.com>2020-10-15 12:17:10 +0800
commitc32322f29a120712a75f95585e4d3a3d700c538b (patch)
tree32a5e07e39a5e76d260f949b4da551beba5f9e4e
parent6cb8209d48f0832b99f497c011c81d1e1a7c6a95 (diff)
(cargo-release) version 2.10.3v2.10.3
-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 65e222e..2ba8f04 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -227,7 +227,7 @@ checksum = "524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198"
[[package]]
name = "dua-cli"
-version = "2.10.2"
+version = "2.10.3"
dependencies = [
"anyhow",
"atty",
diff --git a/Cargo.toml b/Cargo.toml
index 4b5df67..db8d65d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "dua-cli"
-version = "2.10.2"
+version = "2.10.3"
authors = ["Sebastian Thiel <byronimo@gmail.com>"]
edition = "2018"
repository = "https://github.com/Byron/dua-cli"