Skip to content

Commit

Permalink
v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amake committed Mar 4, 2024
1 parent b44f696 commit 0823796
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions flutter_charset_detector/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 3.0.0
* Add macOS implementation
* iOS implementation now requires iOS 11+

## 2.1.0
* Add web implementation

Expand Down
2 changes: 1 addition & 1 deletion flutter_charset_detector/example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion flutter_charset_detector/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 0823796

Please sign in to comment.