summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2021-04-22 12:52:52 +0200
committerMatthias Beyer <mail@beyermatthias.de>2021-04-22 12:53:54 +0200
commitf7c487a19f17350ec777c713dbb0b5fb8e0f69cf (patch)
tree4da517a9583c84c6e4e15c6fdb2a1fc7a45f1c71
parentda9ada592cc9a63cfd2a921f515f7772f906b3cf (diff)
v0.1.1v0.1.1
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
-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 de3b8b1..c4bab87 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -161,7 +161,7 @@ checksum = "63396b8a4b9de3f4fdfb320ab6080762242f66a8ef174c49d8e19b674db4cdbe"
[[package]]
name = "butido"
-version = "0.1.0"
+version = "0.1.1"
dependencies = [
"anyhow",
"aquamarine",
diff --git a/Cargo.toml b/Cargo.toml
index a53965e..1abac5a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "butido"
-version = "0.1.0"
+version = "0.1.1"
authors = ["Matthias Beyer <mail@beyermatthias.de>",
"Matthias Beyer <matthias.beyer@atos.net>",
"Christoph Prokop <christoph.prokop@atos.net>",