File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 5
5
# This is used to download a stable, compatible version of the Android companion app as well as ensure backwards compatibility,
6
6
# so it should match the tag name in GitHub Releases.
7
7
# TODO: load this dynamically, i.e. configure our build system to automatically update the APP_VERSION
8
- APP_VERSION=" v1.0.13 "
8
+ APP_VERSION=" v1.0.14 "
9
9
10
10
# We use whiptail for showing dialogs.
11
11
# 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
15
15
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
16
16
# Read more about iOS versioning at
17
17
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
18
- version : 1.0.13+4
18
+ version : 1.0.14+5
19
19
20
20
environment :
21
21
sdk : " >=2.15.1 <3.0.0"
You can’t perform that action at this time.
0 commit comments