From 84c9df943b2e74748f26645a8a1d64db049cb926 Mon Sep 17 00:00:00 2001 From: mrrfv Date: Thu, 14 Sep 2023 21:23:16 +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 1d31c18..7acd496 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.11" +APP_VERSION="v1.0.12" # 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 2c0002d..a7d78c9 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.4+2 +version: 1.0.12+1 environment: sdk: ">=2.15.1 <3.0.0"