Skip to content

Commit

Permalink
release v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-virkus committed Jan 11, 2021
1 parent 0728560 commit fe01081
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [0.2.1] - 2021-01-11.
* Download messages only once.
* Show an image message directly and not in HTML browser.
* Adapt to `enough_mail` API changes.

## [0.2.0] - 2020-12-04.
* Added `MimeMessageDownloader` widget.
* Improve documentation.
Expand Down
6 changes: 3 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: enough_mail_flutter
description: Flutter widgets for mail apps. Licensed commercially friendly under MPL 2.0.
version: 0.2.0
version: 0.2.1
homepage: https://github.com/enough-software/enough_mail_flutter

environment:
Expand All @@ -10,12 +10,12 @@ environment:
dependencies:
flutter:
sdk: flutter
enough_mail: #^0.0.36
enough_mail: #^0.1.0
git:
url: https://github.com/Enough-Software/enough_mail.git
ref: main
# path: ../enough_mail
enough_mail_html: #^0.1.0
enough_mail_html: #^0.2.1
git:
url: https://github.com/Enough-Software/enough_mail_html.git
ref: main
Expand Down

0 comments on commit fe01081

Please sign in to comment.