There was an error while loading. Please reload this page.
1 parent 7e722bf commit 285c0a8Copy full SHA for 285c0a8
1 file changed
backup.sh
@@ -5,7 +5,7 @@ set -e
5
# This is used to download a stable, compatible version of the Android companion app as well as ensure backwards compatibility,
6
# so it should match the tag name in GitHub Releases.
7
# TODO: load this dynamically, i.e. configure our build system to automatically update the APP_VERSION
8
-APP_VERSION="v1.0.10"
+APP_VERSION="v1.0.11"
9
10
# We use whiptail for showing dialogs.
11
# Whiptail is used similarly as dialog, but we can't install it on macOS using Homebrew IIRC.
0 commit comments