summaryrefslogtreecommitdiffstats
path: root/bin/domain/imag-notes/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 /bin/domain/imag-notes/Cargo.toml
parent986dbad2fdf714665031ad7b873afe9746681078 (diff)
Update version strings: 0.5.0 -> 0.6.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 0e97826c..879bc6d3 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.5.0"
+version = "0.6.0"
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
description = "Part of the imag core distribution: imag-notes command"
@@ -25,8 +25,8 @@ log = "0.3"
version = "2.0.1"
itertools = "0.7"
-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" }
+libimagrt = { version = "0.6.0", path = "../../../lib/core/libimagrt" }
+libimagerror = { version = "0.6.0", path = "../../../lib/core/libimagerror" }
+libimagnotes = { version = "0.6.0", path = "../../../lib/domain/libimagnotes" }
+libimagentryedit = { version = "0.6.0", path = "../../../lib/entry/libimagentryedit" }
+libimagutil = { version = "0.6.0", path = "../../../lib/etc/libimagutil" }