adjusted version in docs lines

Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com>
This commit is contained in:
Jürgen Eckel 2022-11-02 09:34:15 +01:00
parent 967ca2e7f7
commit 2747e11b9a
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ Content-Type: application/json
{ {
"assets": "/assets/", "assets": "/assets/",
"blocks": "/blocks/", "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/", "metadata": "/metadata/",
"outputs": "/outputs/", "outputs": "/outputs/",
"streamedblocks": "ws://localhost:9985/api/v1/streams/valid_blocks", "streamedblocks": "ws://localhost:9985/api/v1/streams/valid_blocks",

View File

@ -17,5 +17,5 @@ Content-Type: application/json
}, },
"docs": "https://docs.planetmint.io/projects/server/en/v1.2.2/", "docs": "https://docs.planetmint.io/projects/server/en/v1.2.2/",
"software": "Planetmint", "software": "Planetmint",
"version": "1.2.2" "version": "1.3.1"
} }