summaryrefslogtreecommitdiffstats
path: root/bin/domain/imag-notes/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2018-02-10 16:51:31 +0100
committerMatthias Beyer <mail@beyermatthias.de>2018-02-11 14:22:24 +0100
commit30d2c28a22f3b8b6581e9e565330420f7cb95d94 (patch)
treebaff39cc60d15ce11f791e3e0e53b41ba6f32137 /bin/domain/imag-notes/Cargo.toml
parentfa8af0c053dd6ac1fd25382ba87a96936f568b29 (diff)
Update version string: 0.6.0 -> 0.7.0
Diffstat (limited to 'bin/domain/imag-notes/Cargo.toml')
-rw-r--r--bin/domain/imag-notes/Cargo.toml14
1 files changed, 7 insertions, 7 deletions
diff --git a/bin/domain/imag-notes/Cargo.toml b/bin/domain/imag-notes/Cargo.toml
index 99b4ae28..23707642 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.6.0"
+version = "0.7.0"
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
description = "Part of the imag core distribution: imag-notes command"
@@ -23,12 +23,12 @@ maintenance = { status = "actively-developed" }
log = "0.4.0"
itertools = "0.7"
-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" }
-libimagstore = { version = "0.6.0", path = "../../../lib/core/libimagstore" }
+libimagrt = { version = "0.7.0", path = "../../../lib/core/libimagrt" }
+libimagerror = { version = "0.7.0", path = "../../../lib/core/libimagerror" }
+libimagnotes = { version = "0.7.0", path = "../../../lib/domain/libimagnotes" }
+libimagentryedit = { version = "0.7.0", path = "../../../lib/entry/libimagentryedit" }
+libimagutil = { version = "0.7.0", path = "../../../lib/etc/libimagutil" }
+libimagstore = { version = "0.7.0", path = "../../../lib/core/libimagstore" }
[dependencies.clap]
version = ">=2.29"