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