File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 55# This is used to download a stable, compatible version of the Android companion app as well as ensure backwards compatibility,
66# so it should match the tag name in GitHub Releases.
77# TODO: load this dynamically, i.e. configure our build system to automatically update the APP_VERSION
8- APP_VERSION=" v1.0.12 "
8+ APP_VERSION=" v1.0.13 "
99
1010# We use whiptail for showing dialogs.
1111# Whiptail is used similarly as dialog, but we can't install it on macOS using Homebrew IIRC.
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
1515# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
1616# Read more about iOS versioning at
1717# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
18- version : 1.0.12+3
18+ version : 1.0.13+4
1919
2020environment :
2121 sdk : " >=2.15.1 <3.0.0"
You can’t perform that action at this time.
0 commit comments