From 4924dcccdee180e84811977cdf73aa51aff54c3f Mon Sep 17 00:00:00 2001 From: mrrfv Date: Sun, 17 Sep 2023 11:54:55 +0200 Subject: [PATCH] Bump version Notable changes: - Custom signing key for Android app used: SHA1 55:2F:5B:0F:BE:E4:42:ED:0B:96:30:15:99:15:88:4E:52:FE:9C:E0 - CI auto releases tool changed --- backup.sh | 2 +- companion_app/pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup.sh b/backup.sh index 7acd496..6cac82e 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.12" +APP_VERSION="v1.0.13" # 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 517d56c..e632a8b 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.12+3 +version: 1.0.13+4 environment: sdk: ">=2.15.1 <3.0.0"