From 09159a5b8efb831eff74a81585fe53061d6ada2d Mon Sep 17 00:00:00 2001 From: chenenyu Date: Mon, 12 Apr 2021 21:12:20 +0800 Subject: [PATCH] release 0.2.0 --- CHANGELOG.md | 4 ++++ LICENSE | 2 +- pubspec.yaml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c5910c..8e537e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [0.2.0] - 2021/04/12. + +* null safety. + ## [0.1.1+1] - 2020/12/30. * Fix a NPE caused by debug log. diff --git a/LICENSE b/LICENSE index fde1931..c16ab18 100644 --- a/LICENSE +++ b/LICENSE @@ -186,7 +186,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright 2020 chenenyu + Copyright 2021 chenenyu Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/pubspec.yaml b/pubspec.yaml index 9f7bbb4..b331c7a 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: lifecycle description: Lifecycle support for Flutter widgets. -version: 0.1.1+1 +version: 0.2.0 homepage: https://github.com/chenenyu/lifecycle publish_to: https://pub.dev