diff --git a/CHANGELOG.md b/CHANGELOG.md index 8cb1d1e..4098912 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,10 @@ Changelog ========= -Unreleased +Version 3.3.2 ---------- +* No changes to the library, just a patch bump * (internal) Small changes to the README Version 3.3.1 diff --git a/pubspec.yaml b/pubspec.yaml index aa4a2d9..b9166c4 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -4,7 +4,7 @@ homepage: https://github.com/ricardoboss/dart_nmea repository: https://github.com/ricardoboss/dart_nmea issue_tracker: https://github.com/ricardoboss/dart_nmea/issues -version: 3.3.1 +version: 3.3.2 environment: sdk: ">=3.0.0 <4.0.0"