Skip to content

Commit

Permalink
🔖 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexV525 committed Sep 1, 2024
1 parent 382d114 commit 9d8058e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ To know more about breaking changes, see the [Migration Guide][].

## Unreleased

*None.*

## 3.3.0

### Breaking changes

`saveImage` now requires `filename` rather than `title` other save methods do not require `title` anymore.
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: photo_manager_example
description: Demonstrates how to use the photo_manager plugin.
version: 3.2.3+30
version: 3.3.0+31
publish_to: none

environment:
Expand Down
2 changes: 1 addition & 1 deletion example_ohos/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: photo_manager_example_ohos
description: Demonstrates how to use the photo_manager plugin.
version: 3.2.2+29
version: 3.3.0+31
publish_to: none

environment:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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.2.3
version: 3.3.0

environment:
sdk: ">=2.13.0 <4.0.0"
Expand Down

0 comments on commit 9d8058e

Please sign in to comment.