From 37abc3505dd1afb8da2aa33750c863b70fcdc39b Mon Sep 17 00:00:00 2001 From: Ricardo Boss Date: Wed, 11 Sep 2024 00:10:33 +0200 Subject: [PATCH] Bump to 3.3.2 --- CHANGELOG.md | 3 ++- pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) 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"