Skip to content

Commit

Permalink
TEST webapp alpha version
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvinSchiller committed Dec 13, 2023
1 parent 5bdfc9d commit 7a87709
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion installation/routines/setup_jukebox_webapp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ _jukebox_webapp_download() {
print_lc " Downloading web application"
local JUKEBOX_VERSION=$(get_version_string "${INSTALLATION_PATH}/src/jukebox/jukebox/version.py")
local TAR_FILENAME="webapp-build.tar.gz"
local DOWNLOAD_URL="https://github.com/MiczFlor/RPi-Jukebox-RFID/releases/download/v${JUKEBOX_VERSION}/webapp-v${JUKEBOX_VERSION}.tar.gz"
local DOWNLOAD_URL="https://github.com/AlvinSchiller/RPi-Jukebox-RFID/releases/download/v${JUKEBOX_VERSION}/webapp-v${JUKEBOX_VERSION}.tar.gz"
log " DOWNLOAD_URL: ${DOWNLOAD_URL}"

cd "${INSTALLATION_PATH}/src/webapp" || exit_on_error
Expand Down
6 changes: 3 additions & 3 deletions src/jukebox/jukebox/version.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@

VERSION_MAJOR = 3
VERSION_MINOR = 4
VERSION_PATCH = 0
VERSION_EXTRA = ""
VERSION_MINOR = 50000
VERSION_PATCH = 10000
VERSION_EXTRA = "alpha.1"

__version__ = '%i.%i.%i' % (VERSION_MAJOR, VERSION_MINOR, VERSION_PATCH)
__version_info__ = (VERSION_MAJOR, VERSION_MINOR, VERSION_PATCH)
Expand Down

0 comments on commit 7a87709

Please sign in to comment.