diff --git a/android/fastlane/metadata/android/en-US/changelogs/117.txt b/android/fastlane/metadata/android/en-US/changelogs/117.txt new file mode 100644 index 0000000000..6ee534bc68 --- /dev/null +++ b/android/fastlane/metadata/android/en-US/changelogs/117.txt @@ -0,0 +1,2 @@ +- Optimizes sync load time +- Fixes an issue when creating large snapshots on Firefox \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index 0795c18359..65c552c00d 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -3,7 +3,7 @@ description: Secure, permanent storage publish_to: 'none' -version: 2.38.0 +version: 2.39.0 environment: sdk: '>=3.0.2 <4.0.0'