From f7f1a2825455c2e46cad255a6580532510939736 Mon Sep 17 00:00:00 2001 From: James Harvey <44349936+jmshrv@users.noreply.github.com> Date: Wed, 20 Nov 2024 15:50:02 +0000 Subject: [PATCH] Bump version --- fastlane/metadata/android/en-US/changelogs/49.txt | 1 + pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/49.txt diff --git a/fastlane/metadata/android/en-US/changelogs/49.txt b/fastlane/metadata/android/en-US/changelogs/49.txt new file mode 100644 index 00000000..312d95a6 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/49.txt @@ -0,0 +1 @@ +Updated dependencies, fixed F-Droid build. Changes are now only happening on the redesign beta, check it out on GitHub! diff --git a/pubspec.yaml b/pubspec.yaml index a8cd0f3e..6ae1a519 100644 --- a/pubspec.yaml +++ b/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: 0.6.24+48 +version: 0.6.25+49 environment: sdk: ">=2.19.4 <3.0.0"