From ad32a3c06c861791505aaea541c732d81b3a744d Mon Sep 17 00:00:00 2001 From: creativecreatorormaybenot Date: Tue, 14 Sep 2021 01:13:00 +0000 Subject: [PATCH] Upgrade platform interface (#144) --- wakelock_platform_interface/CHANGELOG.md | 4 ++++ wakelock_platform_interface/pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/wakelock_platform_interface/CHANGELOG.md b/wakelock_platform_interface/CHANGELOG.md index 398cb739..a54200b7 100644 --- a/wakelock_platform_interface/CHANGELOG.md +++ b/wakelock_platform_interface/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.3.0 + +* Upgraded version to indicate breaking method channel codec changes published with `0.2.1+3`. + ## 0.2.1+3 * Upgraded lints. diff --git a/wakelock_platform_interface/pubspec.yaml b/wakelock_platform_interface/pubspec.yaml index 8b1ca9a8..41647ad3 100644 --- a/wakelock_platform_interface/pubspec.yaml +++ b/wakelock_platform_interface/pubspec.yaml @@ -2,7 +2,7 @@ name: wakelock_platform_interface description: >-2 A common platform interface for the wakelock plugin used by the different platform implementations. -version: 0.2.1+3 +version: 0.3.0 repository: >-2 https://github.com/creativecreatorormaybenot/wakelock/tree/main/wakelock_platform_interface