From 7426d3f05307d68f6103147f4a16bcb6462b16ef Mon Sep 17 00:00:00 2001 From: Ricardo Boss Date: Wed, 20 Jul 2022 13:42:43 +0200 Subject: [PATCH] Updated changelog and version to 2.0.0 --- CHANGELOG.md | 5 +++++ pubspec.yaml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c990b8..f871fe7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ Changelog ========= +Version 2.0.0 +------------- + +* Renamed project from `flutter_extended_nmea` to `nmea` + Version 1.3.0 ------------- diff --git a/pubspec.yaml b/pubspec.yaml index 1828783..7a16d8e 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: 1.3.0 +version: 2.0.0 environment: sdk: ">=2.17.1 <3.0.0"