diff --git a/scripts/make_tutorials.sh b/scripts/make_tutorials.sh index 13b01598..10ba8ae4 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="Basics FractalTree" + PREVIEW_LIBS="Transforms Distributors Basic_Shapes FractalTree" fi dir="$(basename $PWD)" diff --git a/version.scad b/version.scad index 82c3a35e..5a74ce72 100644 --- a/version.scad +++ b/version.scad @@ -8,7 +8,7 @@ ////////////////////////////////////////////////////////////////////// -BOSL_VERSION = [2,0,244]; +BOSL_VERSION = [2,0,245]; // Section: BOSL Library Version Functions