From f233c359bf999b8e965f12cc758b08611807f5c6 Mon Sep 17 00:00:00 2001 From: natsuk4ze Date: Sun, 3 Dec 2023 15:37:55 +0900 Subject: [PATCH] Update to 2.1.4 --- CHANGELOG.md | 4 ++++ example/pubspec.yaml | 2 +- pubspec.yaml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 74971621..ca53b3fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 2.1.4 + +* FIX: package download size 6MB to 1MB #175 + ## 2.1.3 * FIX: Compilation error on Windows in some environments #166 diff --git a/example/pubspec.yaml b/example/pubspec.yaml index 63ff3147..5832bd53 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: 2.1.3 +version: 2.1.4 publish_to: none environment: diff --git a/pubspec.yaml b/pubspec.yaml index b3a37347..a9121819 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: gal description: Flutter Plugin for Saving Image/Video to the Photo Gallery | How to Save Image/Video to the Photo Gallery in Flutter -version: 2.1.3 +version: 2.1.4 homepage: https://pub.dev/packages/gal repository: https://github.com/natsuk4ze/gal documentation: https://github.com/natsuk4ze/gal/wiki