From 9303fa0a9795c3b38da04e3145472d80e6d9247d Mon Sep 17 00:00:00 2001 From: mrrfv Date: Sat, 20 Jan 2024 14:40:12 +0100 Subject: [PATCH] Bump version Better late than never. --- backup.sh | 2 +- companion_app/pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup.sh b/backup.sh index c36159f..d5609a0 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.15" +APP_VERSION="v1.0.16" # 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 2b7ae0e..fb1fc80 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.15+6 +version: 1.0.16+7 environment: sdk: ">=2.15.1 <3.0.0"