From 9ac58233d96fbff9bb79906ee49a92887a062754 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BC=AF=E8=A8=80?= Date: Tue, 9 Feb 2021 00:26:07 +0800 Subject: [PATCH] release 1.0.5-hotfix1 --- CHANGELOG.md | 3 +++ pubspec.yaml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 764b7b9..3a71ce3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## [1.0.5-hotfix1] - 20201/2/9 +* remove the deprecated method which from v1.12.x in `BuildContext` , fix [#64](https://github.com/boyan01/overlay_support/issues/64) + ## [1.0.5] - 2020/7/20 * Expose duration to `showSimpleNotification` [#46](https://github.com/boyan01/overlay_support/pull/46) by [Elvis Sun](https://github.com/elvisun) diff --git a/pubspec.yaml b/pubspec.yaml index 2ad8eb1..00f04fd 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.0.5 +version: 1.0.5-hotfix1 author: YangBin homepage: https://github.com/boyan01/overlay_support