diff --git a/distributors.scad b/distributors.scad index a2edaa9..b25df42 100644 --- a/distributors.scad +++ b/distributors.scad @@ -22,7 +22,7 @@ // place_copies(a) ... // // Arguments: -// a = array of XYZ offset vectors. Default [[0,0,0]] +// a = Array of XYZ offset vectors. Default `[[0,0,0]]` // // Side Effects: // `$pos` is set to the relative centerpoint of each child copy, and can be used to modify each child individually. diff --git a/version.scad b/version.scad index e0ef0a9..a749aba 100644 --- a/version.scad +++ b/version.scad @@ -8,7 +8,7 @@ ////////////////////////////////////////////////////////////////////// -BOSL_VERSION = [2,0,110]; +BOSL_VERSION = [2,0,111]; // Section: BOSL Library Version Functions