From 01dd2a6d38885078d92f52845b9a58d34752fbbb Mon Sep 17 00:00:00 2001 From: Paul Mundt Date: Wed, 3 Mar 2021 21:05:19 +0100 Subject: [PATCH] Bump version to 0.2.0-nullsafety. --- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a17f02f..816f51d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.2.0-nullsafety + +- Migrate for null safety + ## 0.1.3 - Update dependencies diff --git a/pubspec.yaml b/pubspec.yaml index c59c682..49ce8dc 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -3,7 +3,7 @@ description: Dart library for working with Vehicle Identification Numbers (VINs) based on ISO 3779:2009 and World Manufacturer Identifiers (WMIs) based on ISO 3780:2009, enriched by NHTSA data. -version: 0.1.3 +version: 0.2.0-nullsafety repository: https://github.com/adaptant-labs/vin-decoder-dart issue_tracker: https://github.com/adaptant-labs/vin-decoder-dart/issues