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 title: imag User Documentation
version: 0.5.0 version: 0.6.0
date: December 2017 date: December 2017
listings: true listings: true
codeBlockCaptions: true codeBlockCaptions: true

View file

@ -77,7 +77,7 @@ An example for a file in the store follows.
--- ---
[imag] [imag]
version = "0.5.0" version = "0.6.0"
[note] [note]
name = "foo" name = "foo"
@ -228,12 +228,12 @@ The strucure is as follows:
```json ```json
{ {
"version": "0.5.0", "version": "0.6.0",
"store": { "store": {
"example": { "example": {
"header": { "header": {
"imag": { "imag": {
"version": "0.5.0", "version": "0.6.0",
}, },
}, },
"content": "hi there!", "content": "hi there!",