From f3ba1791b94df8e8ffdc3ffa6f6ecea45c9cdd3c Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Mon, 25 Dec 2017 19:17:00 +0100 Subject: [PATCH] Update version strings in doc --- doc/src/00000.md | 2 +- doc/src/02000-store.md | 6 +++--- 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!",