From 0fe26997aac1eede4c61509d6b8f005dd1ac8671 Mon Sep 17 00:00:00 2001 From: Sebastian Roth Date: Sun, 15 May 2022 13:38:05 +0100 Subject: [PATCH] V0.5.0 (#387) * deprecation notice & changelog * docs * minor upgrades * migrate ios * java 11 * mark version 0.5.0 --- CHANGELOG.md | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ef52e93..c54a843 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# next +# 0.5.0 * Android: Remove jetifier from example * Restore compatibility with Flutter 3.0.0, thank you @Cwiesen and @sunalwaysknows diff --git a/pubspec.yaml b/pubspec.yaml index 2e65f9e..33ff80a 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: workmanager description: Flutter Workmanager. This plugin allows you to schedule background work on Android and iOS. -version: 0.5.0-dev.8 +version: 0.5.0 homepage: https://github.com/fluttercommunity/flutter_workmanager repository: https://github.com/fluttercommunity/flutter_workmanager issue_tracker: https://github.com/fluttercommunity/flutter_workmanager/issues