summaryrefslogtreecommitdiffstats
path: root/lib/domain/libimagtodo/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2018-11-10 11:36:29 +0100
committerMatthias Beyer <mail@beyermatthias.de>2018-11-10 11:56:37 +0100
commit4e516ee19d682e77fa72a93cf15e3b8832346fbb (patch)
tree816bd16a083498bd1ccdc7ee9e9b38073e4461b0 /lib/domain/libimagtodo/Cargo.toml
parent4fd2feb6f3fa6805231edcff7cede2a13630a7c1 (diff)
Update version strings
...for the next release, which will be imag 0.10.0! Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
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 27732655..fa47b426 100644
--- a/lib/domain/libimagtodo/Cargo.toml
+++ b/lib/domain/libimagtodo/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "libimagtodo"
-version = "0.9.0"
+version = "0.10.0"
authors = ["mario <mario-krehl@gmx.de>"]
description = "Library for the imag core distribution"
@@ -28,5 +28,5 @@ log = "0.4.0"
serde_json = "1"
failure = "0.1"
-libimagstore = { version = "0.9.0", path = "../../../lib/core/libimagstore" }
-libimagerror = { version = "0.9.0", path = "../../../lib/core/libimagerror" }
+libimagstore = { version = "0.10.0", path = "../../../lib/core/libimagstore" }
+libimagerror = { version = "0.10.0", path = "../../../lib/core/libimagerror" }