From 96815fc92a8987314a0b30a65aa0c50ffc3c0976 Mon Sep 17 00:00:00 2001 From: Thiago Carvalho <32248947+thiagocarvalhodev@users.noreply.github.com> Date: Thu, 26 Sep 2024 15:15:19 -0300 Subject: [PATCH] bump version and release notes --- android/fastlane/metadata/android/en-US/changelogs/156.txt | 1 + pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 android/fastlane/metadata/android/en-US/changelogs/156.txt diff --git a/android/fastlane/metadata/android/en-US/changelogs/156.txt b/android/fastlane/metadata/android/en-US/changelogs/156.txt new file mode 100644 index 000000000..f75a915f7 --- /dev/null +++ b/android/fastlane/metadata/android/en-US/changelogs/156.txt @@ -0,0 +1 @@ +- “Added full timestamp display for ‘Last Updated’ and ‘Date Created’ in Drive Explorer and details panel. diff --git a/pubspec.yaml b/pubspec.yaml index 0ca159027..bcb3fd057 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -3,7 +3,7 @@ description: Secure, permanent storage publish_to: 'none' -version: 2.54.5 +version: 2.55.0 environment: sdk: '>=3.2.0 <4.0.0'