From 36298b38d6118ec1ae609d71ff1585e2d669c94b Mon Sep 17 00:00:00 2001 From: Garth Minette Date: Tue, 29 Dec 2020 21:21:12 -0800 Subject: [PATCH] Added Mutators tutorial to generation list. --- scripts/make_tutorials.sh | 2 +- version.scad | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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