From 2b0a129212e36faed172ef2024deea796ff41e25 Mon Sep 17 00:00:00 2001 From: Garth Minette Date: Mon, 28 Dec 2020 02:12:21 -0800 Subject: [PATCH] Basic_Shapes.md -> Shapes2d & Shapes3d --- 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 10ba8ae4..9c0fee4d 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 Basic_Shapes FractalTree" + PREVIEW_LIBS="Transforms Distributors Shapes2d Shapes3d Paths FractalTree" fi dir="$(basename $PWD)" diff --git a/version.scad b/version.scad index b9ab1528..ce60d19c 100644 --- a/version.scad +++ b/version.scad @@ -8,7 +8,7 @@ ////////////////////////////////////////////////////////////////////// -BOSL_VERSION = [2,0,487]; +BOSL_VERSION = [2,0,488]; // Section: BOSL Library Version Functions