From d8285816cea45491fb641f19467424029c0e0b4c Mon Sep 17 00:00:00 2001 From: Midori Date: Tue, 22 Aug 2023 12:48:47 +0900 Subject: [PATCH] Update to 1.8.6 --- CHANGELOG.md | 5 +++++ example/pubspec.yaml | 2 +- pubspec.yaml | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 29355b93..07de9bc5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 1.8.6 + +* UPDATE: Keep file name when saving #115 +* UPDATE: README.md + ## 1.8.5 * UPDATE: `putImageBytes` in iOS to get metadata diff --git a/example/pubspec.yaml b/example/pubspec.yaml index dc9b1832..711d9735 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -1,6 +1,6 @@ name: gal_example description: Demonstrates how to use the gal plugin. -version: 1.8.5 +version: 1.8.6 publish_to: none environment: diff --git a/pubspec.yaml b/pubspec.yaml index c2e941fd..8d36d46d 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: gal description: Gal is a Flutter plugin for saving image/video to gallary app. You can also easily handle permissions. -version: 1.8.5 +version: 1.8.6 homepage: https://pub.dev/packages/gal repository: https://github.com/natsuk4ze/gal