From ca7601650b4dd07ca3c68e1e20c66f979d9f2a7e Mon Sep 17 00:00:00 2001 From: Alex Li Date: Wed, 30 Oct 2024 17:42:35 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=203.6.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 4 ++++ example/pubspec.yaml | 1 - example_ohos/pubspec.yaml | 1 - pubspec.yaml | 2 +- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ea5ec76..663d73c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,10 @@ To know more about breaking changes, see the [Migration Guide][]. ## Unreleased +*None.* + +## 3.6.0 + ### Features - Allows to get the duration of a Live Photo with `AssetEntity.durationWithOptions` on iOS and macOS. diff --git a/example/pubspec.yaml b/example/pubspec.yaml index b261e003..43cf60fa 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -1,6 +1,5 @@ name: photo_manager_example description: Demonstrates how to use the photo_manager plugin. -version: 3.5.2+35 publish_to: none environment: diff --git a/example_ohos/pubspec.yaml b/example_ohos/pubspec.yaml index 15a573c2..fded2d77 100644 --- a/example_ohos/pubspec.yaml +++ b/example_ohos/pubspec.yaml @@ -1,6 +1,5 @@ name: photo_manager_example_ohos description: Demonstrates how to use the photo_manager plugin. -version: 3.5.2+35 publish_to: none environment: diff --git a/pubspec.yaml b/pubspec.yaml index b7f6c002..dafdc526 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: photo_manager description: A Flutter plugin that provides album assets abstraction management APIs on Android, iOS, macOS, and OpenHarmony. repository: https://github.com/fluttercandies/flutter_photo_manager -version: 3.5.2 +version: 3.6.0 environment: sdk: ">=2.13.0 <4.0.0"