From 9abb9289d9cd7613d1eb51dad7f61354268a7e4b Mon Sep 17 00:00:00 2001 From: Viktor Kovacs Date: Tue, 6 Feb 2024 14:30:51 +0100 Subject: [PATCH] Fix versions in the documentation. --- docs/archicad-addon/command_definitions.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/archicad-addon/command_definitions.js b/docs/archicad-addon/command_definitions.js index 6428960..9580b98 100644 --- a/docs/archicad-addon/command_definitions.js +++ b/docs/archicad-addon/command_definitions.js @@ -212,7 +212,7 @@ }, { name : "GetLibraries", - version : "1.1.0", + version : "1.0.1", description : "Gets the list of loaded libraries.", inputScheme : null, outputScheme : { @@ -294,7 +294,7 @@ }, { name : "HighlightElements", - version : "1.1.0", + version : "1.0.1", description : "Highlights the elements given in the elements array. In case of empty elements array removes all previously set highlights.", inputScheme : { "type": "object", @@ -337,7 +337,7 @@ commands : [ { name : "CreateBuildingMaterials", - version : "1.1.0", + version : "1.0.1", description : "Creates Building Material attributes based on the given parameters.", inputScheme : { "type": "object",