Skip to content

Commit 6733959

Browse files
committed
Bump version
1 parent 29e3fcb commit 6733959

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

backup.sh

+1-1
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.13"
8+
APP_VERSION="v1.0.14"
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

+1-1
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.13+4
18+
version: 1.0.14+5
1919

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

0 commit comments

Comments
 (0)