summaryrefslogtreecommitdiffstats
path: root/lib/entry/libimagentryview/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2017-12-24 14:30:30 +0100
committerMatthias Beyer <mail@beyermatthias.de>2017-12-25 19:17:07 +0100
commit3c8dd19d1117bc219287f5f07b554f5c4a062416 (patch)
tree887df5e0d9e114370007a6d05931997865181eb2 /lib/entry/libimagentryview/Cargo.toml
parent986dbad2fdf714665031ad7b873afe9746681078 (diff)
Update version strings: 0.5.0 -> 0.6.0
Diffstat (limited to 'lib/entry/libimagentryview/Cargo.toml')
-rw-r--r--lib/entry/libimagentryview/Cargo.toml10
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/entry/libimagentryview/Cargo.toml b/lib/entry/libimagentryview/Cargo.toml
index 16fb5b14..22b3b320 100644
--- a/lib/entry/libimagentryview/Cargo.toml
+++ b/lib/entry/libimagentryview/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "libimagentryview"
-version = "0.5.0"
+version = "0.6.0"
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
description = "Library for the imag core distribution"
@@ -24,7 +24,7 @@ log = "0.3"
toml = "0.4"
error-chain = "0.11"
-libimagrt = { version = "0.5.0", path = "../../../lib/core/libimagrt" }
-libimagstore = { version = "0.5.0", path = "../../../lib/core/libimagstore" }
-libimagerror = { version = "0.5.0", path = "../../../lib/core/libimagerror" }
-libimagentryedit = { version = "0.5.0", path = "../../../lib/entry/libimagentryedit" }
+libimagrt = { version = "0.6.0", path = "../../../lib/core/libimagrt" }
+libimagstore = { version = "0.6.0", path = "../../../lib/core/libimagstore" }
+libimagerror = { version = "0.6.0", path = "../../../lib/core/libimagerror" }
+libimagentryedit = { version = "0.6.0", path = "../../../lib/entry/libimagentryedit" }