From 6733959b4d3a00d4ab1872d36dc7b7be779526de Mon Sep 17 00:00:00 2001 From: mrrfv Date: Fri, 29 Sep 2023 11:49:44 +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 d66c0a6..9fb3f51 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.13" +APP_VERSION="v1.0.14" # 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 e632a8b..f783529 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.13+4 +version: 1.0.14+5 environment: sdk: ">=2.15.1 <3.0.0"