Skip to content

Commit

Permalink
Bump version v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ua741 committed Nov 22, 2024
1 parent 774ed58 commit 19dda20
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 1.0.0
* Removed flutter dependency.

### Breaking Changes
- **getMotionVideoFile**: Now requires explicit destination Directory as first parameter (previously used system temp dir)


## 0.0.6
* Fixed invalid motion photo detection for Motion photo Top Shot.

Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.0.6"
version: "1.0.0"
path:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: motion_photos
description: A Dart package for detecting and extracting Motion Photo from a image file.
version: 0.0.6
version: 1.0.0
homepage: https://ente.io
repository: https://github.com/ente-io/motion_photos

Expand Down

0 comments on commit 19dda20

Please sign in to comment.