From 1ea9b6342d5083994c71703f94afd62348d16935 Mon Sep 17 00:00:00 2001 From: Ricardo Boss Date: Tue, 10 Sep 2024 23:57:15 +0200 Subject: [PATCH] Bump to 3.3.1 --- CHANGELOG.md | 3 ++- pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1dbea9b..f468286 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,10 @@ Changelog ========= -Unreleased +Version 3.3.1 ---------- +* No changes to the library, just a patch bump * (internal) Formatting fixes * (internal) Added `CODEOWNERS` file * (internal) Added Dependabot config diff --git a/pubspec.yaml b/pubspec.yaml index ffc8081..aa4a2d9 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.0 +version: 3.3.1 environment: sdk: ">=3.0.0 <4.0.0"