summaryrefslogtreecommitdiffstats
path: root/bin/domain/imag-notes/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2018-04-18 15:26:51 +0200
committerMatthias Beyer <mail@beyermatthias.de>2018-04-19 10:05:53 +0200
commitd2dceb664011074a3a52db5dbd8501de868d8990 (patch)
treead6f736a4c3e500e1fdcdf0efd62cab04f2631e0 /bin/domain/imag-notes/Cargo.toml
parent0d31ee7efd5cf03f656589d681754d4858ebd686 (diff)
Update version numbers: 0.7.0 -> 0.8.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 567a8ec3..73c34fa9 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.7.0"
+version = "0.8.0"
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
description = "Part of the imag core distribution: imag-notes command"
@@ -25,12 +25,12 @@ maintenance = { status = "actively-developed" }
log = "0.4.0"
itertools = "0.7"
-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" }
+libimagrt = { version = "0.8.0", path = "../../../lib/core/libimagrt" }
+libimagerror = { version = "0.8.0", path = "../../../lib/core/libimagerror" }
+libimagnotes = { version = "0.8.0", path = "../../../lib/domain/libimagnotes" }
+libimagentryedit = { version = "0.8.0", path = "../../../lib/entry/libimagentryedit" }
+libimagutil = { version = "0.8.0", path = "../../../lib/etc/libimagutil" }
+libimagstore = { version = "0.8.0", path = "../../../lib/core/libimagstore" }
[dependencies.clap]
version = "^2.29"