From 69c3f216f987f76494cc08d344cb4f0c9deca1f1 Mon Sep 17 00:00:00 2001 From: David Bennett Date: Thu, 4 Mar 2021 12:18:23 -0800 Subject: [PATCH] Fix publish issues. --- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ae3c59..e2cd32a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.0.8 + +Upgrade to the use null safety. + ## 1.0.5 * Merge in changes updating the android version. diff --git a/pubspec.yaml b/pubspec.yaml index 1baffbb..b288926 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_native_timezone description: A flutter plugin for getting the local timezone of the os. -version: 1.0.4 +version: 1.0.8 homepage: https://github.com/pinkfish/flutter_native_timezone environment: