Kindle Display v0.5.3 (#4078)

This commit is contained in:
d11n 2023-08-25 22:24:09 +02:00 committed by GitHub
parent 56fd14c5fa
commit 7c6ef5dba7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,7 +10,7 @@ CONFIG_FILE=$APP_DATA_DIR/.env
APP_ROOT_DIR=$HOME_DIR/kindle-display
APP_SERVER_DIR=$APP_ROOT_DIR/server
CRON_FILE=$APP_SERVER_DIR/cron.sh
APP_VERSION=0.5.1
APP_VERSION=0.5.3
# command info
if [ $# -eq 0 ] || [ "$1" = "-h" ] || [ "$1" = "-help" ]; then