From 810f54ec7f22365914d7acf6acae466b9059e058 Mon Sep 17 00:00:00 2001 From: boyan Date: Mon, 21 Dec 2020 15:31:19 +0800 Subject: [PATCH] bump version to 1.2.0-nullsafety.0 --- CHANGELOG.md | 7 +++++++ pubspec.yaml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9460c34..d0092cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,11 @@ +# Chnage Log + +## [1.2.0-nullsafety.0] - 2020/12/21 + +* Support multi OverlaySupport. add `OverlaySupport.local()` for local notificatiton. + ## [1.1.0-nullsafety.0] + * migrate to nullsafety. ## [1.0.5] - 2020/7/20 diff --git a/pubspec.yaml b/pubspec.yaml index eb10387..41f24e9 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: overlay_support description: proivder support for overlay, easy to build toast and internal notification -version: 1.1.0-nullsafety.0 +version: 1.2.0-nullsafety.0 author: YangBin homepage: https://github.com/boyan01/overlay_support