diff --git a/scripts/make_tutorials.sh b/scripts/make_tutorials.sh index 9c0fee4d..b99fb659 100755 --- a/scripts/make_tutorials.sh +++ b/scripts/make_tutorials.sh @@ -15,7 +15,7 @@ done if [[ "$FILES" != "" ]]; then PREVIEW_LIBS="$FILES" else - PREVIEW_LIBS="Transforms Distributors Shapes2d Shapes3d Paths FractalTree" + PREVIEW_LIBS="Shapes2d Shapes3d Transforms Distributors Mutators Paths FractalTree" fi dir="$(basename $PWD)" diff --git a/version.scad b/version.scad index e7048289..1a856797 100644 --- a/version.scad +++ b/version.scad @@ -8,7 +8,7 @@ ////////////////////////////////////////////////////////////////////// -BOSL_VERSION = [2,0,493]; +BOSL_VERSION = [2,0,494]; // Section: BOSL Library Version Functions