From 12de42a2114ec54510eeace88dc98bd5a488ca4f Mon Sep 17 00:00:00 2001 From: mrrfv Date: Wed, 11 Oct 2023 16:32:46 +0200 Subject: [PATCH] Bump version --- backup.sh | 2 +- companion_app/pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup.sh b/backup.sh index 7c61d11..c36159f 100755 --- a/backup.sh +++ b/backup.sh @@ -5,7 +5,7 @@ set -e # This is used to download a stable, compatible version of the Android companion app as well as ensure backwards compatibility, # so it should match the tag name in GitHub Releases. # TODO: load this dynamically, i.e. configure our build system to automatically update the APP_VERSION -APP_VERSION="v1.0.14" +APP_VERSION="v1.0.15" # We use whiptail for showing dialogs. # Whiptail is used similarly as dialog, but we can't install it on macOS using Homebrew IIRC. diff --git a/companion_app/pubspec.yaml b/companion_app/pubspec.yaml index f783529..2b7ae0e 100644 --- a/companion_app/pubspec.yaml +++ b/companion_app/pubspec.yaml @@ -15,7 +15,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev # In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion. # Read more about iOS versioning at # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html -version: 1.0.14+5 +version: 1.0.15+6 environment: sdk: ">=2.15.1 <3.0.0"