summaryrefslogtreecommitdiffstats
path: root/bin/domain/imag-notes
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2018-05-08 21:16:26 +0200
committerMatthias Beyer <mail@beyermatthias.de>2018-05-09 11:39:33 +0200
commit664edc79432288dc0eac90a7ab03691fce5545da (patch)
treed3b472fb3b2481c1f3627f9f734bfdfa329d0e7b /bin/domain/imag-notes
parent8071496dcf0c9377cf814fb563101b0f89d7bd89 (diff)
Update version string: 0.8.0 -> 0.9.0
Diffstat (limited to 'bin/domain/imag-notes')
-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 73c34fa9..c66a993c 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.8.0"
+version = "0.9.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.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" }
+libimagrt = { version = "0.9.0", path = "../../../lib/core/libimagrt" }
+libimagerror = { version = "0.9.0", path = "../../../lib/core/libimagerror" }
+libimagnotes = { version = "0.9.0", path = "../../../lib/domain/libimagnotes" }
+libimagentryedit = { version = "0.9.0", path = "../../../lib/entry/libimagentryedit" }
+libimagutil = { version = "0.9.0", path = "../../../lib/etc/libimagutil" }
+libimagstore = { version = "0.9.0", path = "../../../lib/core/libimagstore" }
[dependencies.clap]
version = "^2.29"