diff --git a/flutter_charset_detector/CHANGELOG.md b/flutter_charset_detector/CHANGELOG.md index 2824776..d2f58b7 100644 --- a/flutter_charset_detector/CHANGELOG.md +++ b/flutter_charset_detector/CHANGELOG.md @@ -1,3 +1,7 @@ +## 3.0.0 +* Add macOS implementation +* iOS implementation now requires iOS 11+ + ## 2.1.0 * Add web implementation diff --git a/flutter_charset_detector/example/pubspec.lock b/flutter_charset_detector/example/pubspec.lock index 6bfc5ea..de48d4f 100644 --- a/flutter_charset_detector/example/pubspec.lock +++ b/flutter_charset_detector/example/pubspec.lock @@ -60,7 +60,7 @@ packages: path: ".." relative: true source: path - version: "2.1.0" + version: "3.0.0" flutter_charset_detector_android: dependency: transitive description: diff --git a/flutter_charset_detector/pubspec.yaml b/flutter_charset_detector/pubspec.yaml index 170b025..a0d1125 100644 --- a/flutter_charset_detector/pubspec.yaml +++ b/flutter_charset_detector/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_charset_detector description: Detect and decode the charset (character encoding) of text bytes -version: 2.1.0 +version: 3.0.0 homepage: https://github.com/amake/flutter_charset_detector environment: