Skip to content

Commit

Permalink
Update to 1.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
natsuk4ze committed Aug 17, 2023
1 parent d511dda commit 4de2f3a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.8.3

* FIX: dart format

## 1.8.2

* FIX: `put-` does not run with Future #96
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion lib/gal.dart
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export 'src/gal.dart';
export 'src/gal_exception.dart';
export 'src/gal_exception.dart';
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 4de2f3a

Please sign in to comment.