diff --git a/wakelock/CHANGELOG.md b/wakelock/CHANGELOG.md index 2f0c5f44..3205a706 100644 --- a/wakelock/CHANGELOG.md +++ b/wakelock/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.3.0-nullsafety.1 + +* Fixed `UIImagePickerController` disabling the wakelock (using the camera on iOS). + ## 0.3.0-nullsafety.0 * Migrated to null safety. diff --git a/wakelock/pubspec.yaml b/wakelock/pubspec.yaml index 5322998b..deb139b0 100644 --- a/wakelock/pubspec.yaml +++ b/wakelock/pubspec.yaml @@ -2,7 +2,7 @@ name: wakelock description: >-2 Plugin that allows you to keep the device screen awake, i.e. prevent the screen from sleeping on Android, iOS, and web. -version: 0.3.0-nullsafety.0 +version: 0.3.0-nullsafety.1 homepage: https://github.com/creativecreatorormaybenot/wakelock/tree/master/wakelock environment: