From 21e6d3c0129019e5d0f220386e211629f147b86f Mon Sep 17 00:00:00 2001 From: Devon Carew Date: Fri, 5 Feb 2021 13:53:34 -0800 Subject: [PATCH] publishing a null safe stable release (#153) --- CHANGELOG.md | 3 +++ pubspec.yaml | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fdc54f4..de81b95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 4.0.0 +- Publishing a null safe stable release. + ## 4.0.0-nullsafety - Updated to support 2.12.0 and null safety. diff --git a/pubspec.yaml b/pubspec.yaml index 9613c34..42b2e18 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -3,7 +3,7 @@ # BSD-style license that can be found in the LICENSE file. name: usage -version: 4.0.0-nullsafety +version: 4.0.0 description: A Google Analytics wrapper for command-line, web, and Flutter apps. homepage: https://github.com/dart-lang/usage @@ -11,7 +11,7 @@ environment: sdk: '>=2.12.0-0 <3.0.0' dependencies: - path: ^1.8.0-nullsafety + path: ^1.8.0 dev_dependencies: pedantic: ^1.9.0