Skip to content

Commit

Permalink
Fix versions in the documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
kovacsv committed Feb 6, 2024
1 parent d00b326 commit 9abb928
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/archicad-addon/command_definitions.js
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@
},
{
name : "GetLibraries",
version : "1.1.0",
version : "1.0.1",
description : "Gets the list of loaded libraries.",
inputScheme : null,
outputScheme : {
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 9abb928

Please sign in to comment.