diff --git a/CHANGELOG.md b/CHANGELOG.md index eb9c837..2b63ac3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ All notable changes to this project will be documented in this file. +## [0.2.11] + * Merged PR [#87](https://github.com/incrediblezayed/file_saver/pull/87) for backward compatibility with the older versions of java + ## [0.2.10] * Moved from `http` to `dio` for better control over the headers and other options * LinkDetails has more options such as `method` & `body`\ diff --git a/pubspec.yaml b/pubspec.yaml index f8fe2ac..73cd8f0 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,7 +2,7 @@ name: file_saver description: >- This package will help you save file with a single method on any platform including macOS, iOS, Android, Windows, Web, Linux. -version: 0.2.10 +version: 0.2.11 repository: https://github.com/incrediblezayed/file_saver homepage: https://hassanansari.dev