From 1ea349849141794cd0830564be7e3b094163347e Mon Sep 17 00:00:00 2001 From: Wenqi Li Date: Tue, 1 Aug 2023 19:25:45 +0800 Subject: [PATCH] release version 2.1.1 --- CHANGELOG.md | 8 ++++++++ pubspec.yaml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 16fb02d..32fa1a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## 2.1.1 + +Update flutter SDK constraints in pubspec.yaml. + +Use flutter_lints to lint code. + +Add dartdoc comments for public APIs. + ## 2.1.0 Add deleting medium functionality. diff --git a/pubspec.yaml b/pubspec.yaml index 1365a1e..21820a8 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: photo_gallery description: A Flutter plugin that retrieves images and videos from mobile native gallery. -version: 2.1.0 +version: 2.1.1 repository: https://github.com/Firelands128/photo_gallery environment: