From 857e7a94fb6d6ab8f2f3e6861dc4ebf328d577a4 Mon Sep 17 00:00:00 2001 From: Revar Desmera Date: Mon, 30 Mar 2020 14:48:29 -0700 Subject: [PATCH] Updated tutorial image gen script. --- 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 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