Skip to content

Commit

Permalink
ready to 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
LeGoffMael committed May 22, 2022
1 parent a4a409a commit 80617f9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [1.4.2]

- Update to flutter 3 [#91](https://github.com/seel-channel/video_editor/pull/91)

## [1.4.1]

- Generated thumbnails list is not cleared after an exception [#88](https://github.com/seel-channel/video_editor/pull/88)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Following steps will help you add this library as a dependency in your flutter p

```yaml
dependencies:
video_editor: ^1.4.1
video_editor: ^1.4.2
```
- Run the following command to install the package:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: video_editor
version: 1.4.1
version: 1.4.2
description: A video editor that allows to trim, crop, rotate and scale video with a very flexible UI Design.
homepage: https://github.com/seel-channel/video_editor

Expand Down

0 comments on commit 80617f9

Please sign in to comment.