From 7f47d3b472f9052e53f569af9f7bb56d1aa9fa01 Mon Sep 17 00:00:00 2001 From: Thiago Carvalho Date: Thu, 5 Oct 2023 17:12:45 -0300 Subject: [PATCH] bump version and release notes --- android/fastlane/metadata/android/en-US/changelogs/69.txt | 1 + pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 android/fastlane/metadata/android/en-US/changelogs/69.txt diff --git a/android/fastlane/metadata/android/en-US/changelogs/69.txt b/android/fastlane/metadata/android/en-US/changelogs/69.txt new file mode 100644 index 0000000000..2b36972e18 --- /dev/null +++ b/android/fastlane/metadata/android/en-US/changelogs/69.txt @@ -0,0 +1 @@ +- Fixes the issue of new users not being able to upload after the first drive creation \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index 423bc5705d..4853e11ba5 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -3,7 +3,7 @@ description: Secure, permanent storage publish_to: 'none' -version: 2.19.0 +version: 2.19.1 environment: sdk: '>=2.18.5 <3.0.0'