From 20dd472f0acd2245198cf1d0f8bb01b74fee007b Mon Sep 17 00:00:00 2001 From: natsuk4ze Date: Mon, 6 Nov 2023 18:03:38 +0900 Subject: [PATCH] Update to 2.1.3 --- CHANGELOG.md | 4 ++++ README.md | 4 ++-- example/pubspec.yaml | 2 +- pubspec.yaml | 2 +- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a146f45e..74971621 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 2.1.3 + +* FIX: Compilation error on Windows in some environments #166 + ## 2.1.2 * UPDATE: document comments #158 diff --git a/README.md b/README.md index eea01d94..6bec7a0e 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ Flutter has [fatal crash issee for loading info.plist on macOS](https://github.c ### Windows -We recommend that you update [Visual Studio](https://visualstudio.microsoft.com) to the latest version for using `C++ 20`. +Update [Visual Studio](https://visualstudio.microsoft.com) to the latest version for using `C++ 20`. ## ✅ Usage @@ -185,6 +185,6 @@ If you write an article about gal, let us know on dissucussion and we will post ## 💚 Trusted by huge projects Although gal has only been released for a short time, it is already trusted by huge projects. -- ### [localsend - 15k⭐️](https://github.com/localsend/localsend) +- ### [localsend - 20k⭐️](https://github.com/localsend/localsend) - ### [flutter-quill - 2.1k⭐️](https://github.com/singerdmx/flutter-quill) and more... diff --git a/example/pubspec.yaml b/example/pubspec.yaml index b7cf713f..92a6bc48 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.2 +version: 2.1.3 publish_to: none environment: diff --git a/pubspec.yaml b/pubspec.yaml index 412e5dac..f914a945 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: gal description: How to Save Image/Video to the Photo Gallery in Flutter | How to Save Media to Photo Gallery in Flutter | Image & Video Gallery Saver Plugin | Flutter Media Saver -version: 2.1.2 +version: 2.1.3 homepage: https://pub.dev/packages/gal repository: https://github.com/natsuk4ze/gal