summaryrefslogtreecommitdiffstats
path: root/bin/domain/imag-todo/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2017-09-23 22:26:52 +0200
committerMatthias Beyer <mail@beyermatthias.de>2017-09-24 13:05:01 +0200
commit73f6016221639b67bf0518e27e4821aeff19c32e (patch)
treedf6ac92daf278f54549e94ef8a51eb1e25507f00 /bin/domain/imag-todo/Cargo.toml
parenta64fbbbdb9e101176bc049fa0eba20aa12344d70 (diff)
Update version strings: 0.4.0 -> 0.5.0
Diffstat (limited to 'bin/domain/imag-todo/Cargo.toml')
-rw-r--r--bin/domain/imag-todo/Cargo.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/bin/domain/imag-todo/Cargo.toml b/bin/domain/imag-todo/Cargo.toml
index 10b0826b..c7141832 100644
--- a/bin/domain/imag-todo/Cargo.toml
+++ b/bin/domain/imag-todo/Cargo.toml
@@ -1,7 +1,7 @@
[package]
authors = ["mario <mario-krehl@gmx.de>"]
name = "imag-todo"
-version = "0.4.0"
+version = "0.5.0"
description = "Part of the imag core distribution: imag-todo command"
@@ -21,6 +21,6 @@ toml-query = "^0.3.1"
is-match = "0.1"
version = "2.0.1"
-libimagrt = { version = "0.4.0", path = "../../../lib/core/libimagrt" }
-libimagerror = { version = "0.4.0", path = "../../../lib/core/libimagerror" }
-libimagtodo = { version = "0.4.0", path = "../../../lib/domain/libimagtodo" }
+libimagrt = { version = "0.5.0", path = "../../../lib/core/libimagrt" }
+libimagerror = { version = "0.5.0", path = "../../../lib/core/libimagerror" }
+libimagtodo = { version = "0.5.0", path = "../../../lib/domain/libimagtodo" }