From c9cf21618a50443d773fb45967549adff23e01ce Mon Sep 17 00:00:00 2001 From: Aaron Madlon-Kay Date: Wed, 13 Mar 2024 21:18:27 +0900 Subject: [PATCH] web v1.0.3 --- flutter_charset_detector_web/CHANGELOG.md | 6 +++++- flutter_charset_detector_web/example/pubspec.lock | 2 +- flutter_charset_detector_web/pubspec.yaml | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/flutter_charset_detector_web/CHANGELOG.md b/flutter_charset_detector_web/CHANGELOG.md index 977b22d..2944a8e 100644 --- a/flutter_charset_detector_web/CHANGELOG.md +++ b/flutter_charset_detector_web/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.0.3 + +* Use `js` version 0.7.1 + ## 1.0.2 * Fix registration of web implementation @@ -5,7 +9,7 @@ ## 1.0.1 -* Use `js` version `0.6.4` +* Use `js` version 0.6.4 ## 1.0.0 diff --git a/flutter_charset_detector_web/example/pubspec.lock b/flutter_charset_detector_web/example/pubspec.lock index 9c62689..bd986d6 100644 --- a/flutter_charset_detector_web/example/pubspec.lock +++ b/flutter_charset_detector_web/example/pubspec.lock @@ -100,7 +100,7 @@ packages: path: ".." relative: true source: path - version: "1.0.2" + version: "1.0.3" flutter_driver: dependency: transitive description: flutter diff --git a/flutter_charset_detector_web/pubspec.yaml b/flutter_charset_detector_web/pubspec.yaml index 5569db8..03a90ea 100644 --- a/flutter_charset_detector_web/pubspec.yaml +++ b/flutter_charset_detector_web/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_charset_detector_web description: Web implementation of the flutter_charset_detector plugin. -version: 1.0.2 +version: 1.0.3 homepage: https://github.com/amake/flutter_charset_detector environment: