From 2747e11b9abc9828110000d227328b94bba06b2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Eckel?= Date: Wed, 2 Nov 2022 09:34:15 +0100 Subject: [PATCH] adjusted version in docs lines MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jürgen Eckel --- .../root/source/connecting/http-samples/api-index-response.http | 2 +- docs/root/source/connecting/http-samples/index-response.http | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/root/source/connecting/http-samples/api-index-response.http b/docs/root/source/connecting/http-samples/api-index-response.http index 05eaa23..921c30b 100644 --- a/docs/root/source/connecting/http-samples/api-index-response.http +++ b/docs/root/source/connecting/http-samples/api-index-response.http @@ -4,7 +4,7 @@ Content-Type: application/json { "assets": "/assets/", "blocks": "/blocks/", - "docs": "https://docs.planetmint.io/projects/server/en/v1.2.2/http-client-server-api.html", + "docs": "https://docs.planetmint.io/projects/server/en/v1.3.1/http-client-server-api.html", "metadata": "/metadata/", "outputs": "/outputs/", "streamedblocks": "ws://localhost:9985/api/v1/streams/valid_blocks", diff --git a/docs/root/source/connecting/http-samples/index-response.http b/docs/root/source/connecting/http-samples/index-response.http index 55bea78..67cf70c 100644 --- a/docs/root/source/connecting/http-samples/index-response.http +++ b/docs/root/source/connecting/http-samples/index-response.http @@ -17,5 +17,5 @@ Content-Type: application/json }, "docs": "https://docs.planetmint.io/projects/server/en/v1.2.2/", "software": "Planetmint", - "version": "1.2.2" + "version": "1.3.1" }