summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2021-06-09 16:48:52 +0800
committerSebastian Thiel <sebastian.thiel@icloud.com>2021-06-09 16:48:52 +0800
commit5534cd7126eada8a040f00cd996295dfd42cb4c1 (patch)
treefa5f439174ccdffe724ea62be6670f506451814a
parentd0150a8686b8265ca92a930b2d3676e1c89e2402 (diff)
(cargo-release) version 2.13.1v2.13.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 5c87295..96ed3e1 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -237,7 +237,7 @@ checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10"
[[package]]
name = "dua-cli"
-version = "2.13.0"
+version = "2.13.1"
dependencies = [
"anyhow",
"atty",
diff --git a/Cargo.toml b/Cargo.toml
index f1442a1..18d7218 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "dua-cli"
-version = "2.13.0"
+version = "2.13.1"
authors = ["Sebastian Thiel <byronimo@gmail.com>"]
edition = "2018"
repository = "https://github.com/Byron/dua-cli"