Skip to content

Commit 98b1940

Browse files
committed
Bump version to v1.0.19
1 parent 5fbb9d6 commit 98b1940

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

backup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set -e
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.18"
8+
APP_VERSION="v1.0.19"
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.

companion_app/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.18+9
18+
version: 1.0.19+10
1919

2020
environment:
2121
sdk: ">=2.15.1 <3.0.0"

0 commit comments

Comments
 (0)