diff --git a/CHANGELOG.md b/CHANGELOG.md index 05d540321..0da69a9b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,7 @@ +# [0.9.0+1] +* Fix readme where Objective-C was written twice + # [0.9.0] * [Android] Add ability to customise visibility of a notification on the lockscreen. Thanks to PR by [gianlucaparadise](https://github.com/gianlucaparadise) * [Android] Bumped compile and target SDK to 29 diff --git a/README.md b/README.md index ed7207ca1..1030da0dd 100644 --- a/README.md +++ b/README.md @@ -330,8 +330,6 @@ The plugin also makes use of GSON and the Proguard rules can be found [here](htt Add the following lines to the `didFinishLaunchingWithOptions` method in the AppDelegate.m/AppDelegate.swift file of your iOS project -Objective-C - Objective-C: ```objc if (@available(iOS 10.0, *)) { diff --git a/pubspec.yaml b/pubspec.yaml index 317282b29..7eab09d21 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_local_notifications description: A cross platform plugin for displaying and scheduling local notifications for Flutter applications with the ability to customise for each platform. -version: 0.9.0 +version: 0.9.0+1 homepage: https://github.com/MaikuB/flutter_local_notifications dependencies: