Skip to content

Commit 133c848

Browse files
committed
bump version
1 parent cedd39a commit 133c848

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

assets/squishbox-install.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ if [[ $installtype == 1 ]]; then
306306
SB_VER=`sed -n '/^__version__/s|[^0-9\.]*||gp' $installdir/squishbox.py`
307307
sed -i "/^HW_VERSION/cHW_VERSION = '$hw_version'" $installdir/squishbox.py
308308
sed -i "/^HW_VERSION/cHW_VERSION = '$hw_version'" $installdir/lcdsplash.py
309-
sed -i "/^SB_VERSION/cSB_VERSION = '$SB_VER'"
309+
sed -i "/^SB_VERSION/cSB_VERSION = '$SB_VER'" $installdir/lcdsplash.py
310310
cat <<EOF | sudo tee /etc/systemd/system/squishbox.service
311311
[Unit]
312312
Description=SquishBox

fluidpatcher/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
- libfluidsynth
1717
"""
1818

19-
__version__ = '0.8.2'
19+
__version__ = '0.8.3'
2020

2121
from pathlib import Path
2222
from copy import deepcopy

squishbox.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
shell command access and wifi control.
2020
"""
2121

22-
__version__ = '0.8.2'
22+
__version__ = '0.8.3'
2323

2424
import re
2525
import subprocess

0 commit comments

Comments
 (0)