summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2021-06-08 09:33:57 +0800
committerSebastian Thiel <sebastian.thiel@icloud.com>2021-06-08 09:33:57 +0800
commit1bfcc6306739f4dfbe076acdbe53bf59143e9245 (patch)
treeca189576cf0cd8963015c3e4ea4fe2317e7b5ce1
parent140a6560b57aec819ba678e2f9c9a1d975c794af (diff)
(cargo-release) version 2.13.0v2.13.0
-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 6508121..5c87295 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -237,7 +237,7 @@ checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10"
[[package]]
name = "dua-cli"
-version = "2.12.2"
+version = "2.13.0"
dependencies = [
"anyhow",
"atty",
diff --git a/Cargo.toml b/Cargo.toml
index f5d644d..f1442a1 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "dua-cli"
-version = "2.12.2"
+version = "2.13.0"
authors = ["Sebastian Thiel <byronimo@gmail.com>"]
edition = "2018"
repository = "https://github.com/Byron/dua-cli"