diff --git a/structs.scad b/structs.scad index d0be5ad..d8f7d49 100644 --- a/structs.scad +++ b/structs.scad @@ -1,3 +1,14 @@ +////////////////////////////////////////////////////////////////////// +// LibFile: structs.scad +// Struct/Dictionary manipulation functions. +// To use, add the following lines to the beginning of your file: +// ``` +// use +// use +// ``` +////////////////////////////////////////////////////////////////////// + + // Section: struct operations // // A struct is a data structure that associates arbitrary keywords (of any type) with values (of any type). diff --git a/version.scad b/version.scad index 699ac3f..1be5831 100644 --- a/version.scad +++ b/version.scad @@ -8,7 +8,7 @@ ////////////////////////////////////////////////////////////////////// -BOSL_VERSION = [2,0,19]; +BOSL_VERSION = [2,0,20]; // Section: BOSL Library Version Functions