summaryrefslogtreecommitdiffstats
path: root/lib/domain/libimagtodo/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 /lib/domain/libimagtodo/Cargo.toml
parenta64fbbbdb9e101176bc049fa0eba20aa12344d70 (diff)
Update version strings: 0.4.0 -> 0.5.0
Diffstat (limited to 'lib/domain/libimagtodo/Cargo.toml')
-rw-r--r--lib/domain/libimagtodo/Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/domain/libimagtodo/Cargo.toml b/lib/domain/libimagtodo/Cargo.toml
index e174a6a3..6d33b4be 100644
--- a/lib/domain/libimagtodo/Cargo.toml
+++ b/lib/domain/libimagtodo/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "libimagtodo"
-version = "0.4.0"
+version = "0.5.0"
authors = ["mario <mario-krehl@gmx.de>"]
description = "Library for the imag core distribution"
@@ -22,5 +22,5 @@ log = "0.3"
serde_json = "1"
error-chain = "0.10"
-libimagstore = { version = "0.4.0", path = "../../../lib/core/libimagstore" }
-libimagerror = { version = "0.4.0", path = "../../../lib/core/libimagerror" }
+libimagstore = { version = "0.5.0", path = "../../../lib/core/libimagstore" }
+libimagerror = { version = "0.5.0", path = "../../../lib/core/libimagerror" }