summaryrefslogtreecommitdiffstats
path: root/bin/domain/imag-notes/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-notes/Cargo.toml
parenta64fbbbdb9e101176bc049fa0eba20aa12344d70 (diff)
Update version strings: 0.4.0 -> 0.5.0
Diffstat (limited to 'bin/domain/imag-notes/Cargo.toml')
-rw-r--r--bin/domain/imag-notes/Cargo.toml12
1 files changed, 6 insertions, 6 deletions
diff --git a/bin/domain/imag-notes/Cargo.toml b/bin/domain/imag-notes/Cargo.toml
index a89f4251..32967948 100644
--- a/bin/domain/imag-notes/Cargo.toml
+++ b/bin/domain/imag-notes/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "imag-notes"
-version = "0.4.0"
+version = "0.5.0"
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
description = "Part of the imag core distribution: imag-notes command"
@@ -19,8 +19,8 @@ log = "0.3"
version = "2.0.1"
itertools = "0.6"
-libimagrt = { version = "0.4.0", path = "../../../lib/core/libimagrt" }
-libimagerror = { version = "0.4.0", path = "../../../lib/core/libimagerror" }
-libimagnotes = { version = "0.4.0", path = "../../../lib/domain/libimagnotes" }
-libimagentryedit = { version = "0.4.0", path = "../../../lib/entry/libimagentryedit" }
-libimagutil = { version = "0.4.0", path = "../../../lib/etc/libimagutil" }
+libimagrt = { version = "0.5.0", path = "../../../lib/core/libimagrt" }
+libimagerror = { version = "0.5.0", path = "../../../lib/core/libimagerror" }
+libimagnotes = { version = "0.5.0", path = "../../../lib/domain/libimagnotes" }
+libimagentryedit = { version = "0.5.0", path = "../../../lib/entry/libimagentryedit" }
+libimagutil = { version = "0.5.0", path = "../../../lib/etc/libimagutil" }