Update version strings in doc

This commit is contained in:
Matthias Beyer 2017-12-25 19:17:00 +01:00
parent 7d67b67440
commit f3ba1791b9
2 changed files with 4 additions and 4 deletions

View file

@ -1,6 +1,6 @@
---
title: imag User Documentation
version: 0.5.0
version: 0.6.0
date: December 2017
listings: true
codeBlockCaptions: true

View file

@ -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!",