diff --git a/CHANGELOG.md b/CHANGELOG.md index abcfdb7..0c76e39 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.0.7 + +* Fixed issue with improper mime types for video + ## 1.0.6 * Ios save image to photos crash fix. diff --git a/pubspec.yaml b/pubspec.yaml index 99443ec..6727fb4 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: gallery_saver description: Saves images and videos from network or temporary file to external storage. Both images and videos will be visible in Android Gallery and iOS Photos. -version: 1.0.6 +version: 1.0.7 author: Carnegie Technologies d.o.o homepage: https://github.com/CarnegieTechnologies/gallery_saver