diff --git a/.github/workflows/checkdocs.yml b/.github/workflows/checkdocs.yml index ef1e309..428c365 100644 --- a/.github/workflows/checkdocs.yml +++ b/.github/workflows/checkdocs.yml @@ -31,7 +31,7 @@ jobs: run: sudo apt-get install python3-dev python3-setuptools - name: Install Pillow Dependencies - run: sudo apt-get install libtiff4-dev libjpeg8-dev zlib1g-dev libfreetype6-dev liblcms2-dev libwebp-dev tcl8.5-dev tk8.5-dev + run: sudo apt-get install libtiff5-dev libjpeg8-dev zlib1g-dev libfreetype6-dev liblcms2-dev libwebp-dev tcl8.5-dev tk8.5-dev - name: Install Pillow run: sudo pip3 install Pillow diff --git a/version.scad b/version.scad index ffb4600..bbde15e 100644 --- a/version.scad +++ b/version.scad @@ -8,7 +8,7 @@ ////////////////////////////////////////////////////////////////////// -BOSL_VERSION = [2,0,345]; +BOSL_VERSION = [2,0,346]; // Section: BOSL Library Version Functions