Release 17 (devel -> main)

See merge request ChaoticByte/drinks-manager!17
This commit is contained in:
Julian Müller 2023-04-19 16:27:58 +00:00
commit bdb1d6353c
2 changed files with 3 additions and 2 deletions

View file

@ -38,7 +38,8 @@
"1 2 3", "1 2 3",
"4 5 6", "4 5 6",
"7 8 9", "7 8 9",
"{bksp} . ," "0 . ,",
"{bksp}"
] ]
} }
// Check if on smartphone // Check if on smartphone

View file

@ -11,6 +11,6 @@ chmod -c -R g-w,o-rwx .gitignore
export PYTHONPATH="$basedir" export PYTHONPATH="$basedir"
export DJANGO_SETTINGS_MODULE="project.settings" export DJANGO_SETTINGS_MODULE="project.settings"
export APP_VERSION="16" export APP_VERSION="17"
exec ./scripts/_bootstrap.py "$@" exec ./scripts/_bootstrap.py "$@"