diff --git a/CHANGELOG.md b/CHANGELOG.md index bc20883e..56a22b2b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.8.3 + +* FIX: dart format + ## 1.8.2 * FIX: `put-` does not run with Future #96 diff --git a/example/pubspec.yaml b/example/pubspec.yaml index 5245e500..fa56205f 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.2 +version: 1.8.3 publish_to: none environment: diff --git a/lib/gal.dart b/lib/gal.dart index 99073c2a..126fd745 100644 --- a/lib/gal.dart +++ b/lib/gal.dart @@ -1,2 +1,2 @@ export 'src/gal.dart'; -export 'src/gal_exception.dart'; \ No newline at end of file +export 'src/gal_exception.dart'; diff --git a/pubspec.yaml b/pubspec.yaml index ce9a9381..69557565 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.2 +version: 1.8.3 homepage: https://pub.dev/packages/gal repository: https://github.com/natsuk4ze/gal