summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2017-12-25 19:17:00 +0100
committerMatthias Beyer <mail@beyermatthias.de>2017-12-25 19:17:07 +0100
commitf3ba1791b94df8e8ffdc3ffa6f6ecea45c9cdd3c (patch)
tree9b821bebdd7267019dfd28bc82985f9a663dce4e /doc
parent7d67b674408734acfc6cb1ff79ba5884ac8a3a9c (diff)
Update version strings in doc
Diffstat (limited to 'doc')
-rw-r--r--doc/src/00000.md2
-rw-r--r--doc/src/02000-store.md6
2 files changed, 4 insertions, 4 deletions
diff --git a/doc/src/00000.md b/doc/src/00000.md
index 3069a696..9c466214 100644
--- a/doc/src/00000.md
+++ b/doc/src/00000.md
@@ -1,6 +1,6 @@
---
title: imag User Documentation
-version: 0.5.0
+version: 0.6.0
date: December 2017
listings: true
codeBlockCaptions: true
diff --git a/doc/src/02000-store.md b/doc/src/02000-store.md
index 21243e5e..1a1ecfbc 100644
--- a/doc/src/02000-store.md
+++ b/doc/src/02000-store.md
@@ -77,7 +77,7 @@ An example for a file in the store follows.
---
[imag]
-version = "0.5.0"
+version = "0.6.0"
[note]
name = "foo"
@@ -228,12 +228,12 @@ The strucure is as follows:
```json
{
- "version": "0.5.0",
+ "version": "0.6.0",
"store": {
"example": {
"header": {
"imag": {
- "version": "0.5.0",
+ "version": "0.6.0",
},
},
"content": "hi there!",