From 80617f9269ad2709e912ff6b597f487402526df2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ma=C3=ABl=20Le=20Goff?= Date: Sun, 22 May 2022 17:56:34 +0900 Subject: [PATCH] ready to 1.4.2 --- CHANGELOG.md | 4 ++++ README.md | 2 +- pubspec.yaml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a6ea7be..821f1874 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/README.md b/README.md index e5c6cf75..82cde842 100644 --- a/README.md +++ b/README.md @@ -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: diff --git a/pubspec.yaml b/pubspec.yaml index dbe0d5ae..9ff52a4f 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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