diff --git a/scripts/gencheat.sh b/scripts/gencheat.sh index fb03406..6762f0a 100755 --- a/scripts/gencheat.sh +++ b/scripts/gencheat.sh @@ -77,7 +77,7 @@ CHEAT_FILES=$(grep '^include' std.scad | sed 's/^.*<\([a-zA-Z0-9.]*\)>/\1/'|grep ( echo '## Belfry OpenScad Library Cheat Sheet' echo - echo '( [Alphabetic Index](Index.md) )' + echo '( [Alphabetic Index](Index) )' echo for f in $CHEAT_FILES ; do #echo "### $f" diff --git a/version.scad b/version.scad index 61bf5a8..55a670a 100644 --- a/version.scad +++ b/version.scad @@ -8,7 +8,7 @@ ////////////////////////////////////////////////////////////////////// -BOSL_VERSION = [2,0,412]; +BOSL_VERSION = [2,0,413]; // Section: BOSL Library Version Functions