diff --git a/wakelock_plus/pubspec.yaml b/wakelock_plus/pubspec.yaml index 71f9693..dbc6155 100644 --- a/wakelock_plus/pubspec.yaml +++ b/wakelock_plus/pubspec.yaml @@ -2,7 +2,7 @@ name: wakelock_plus description: >-2 Plugin that allows you to keep the device screen awake, i.e. prevent the screen from sleeping on Android, iOS, macOS, Windows, Linux, and web. -version: 1.1.2 +version: 1.1.3 repository: https://github.com/fluttercommunity/wakelock_plus/tree/main/wakelock_plus environment: @@ -23,7 +23,7 @@ dependencies: # Linux dependencies dbus: ^0.7.8 - package_info_plus: ">=4.0.2 <6.0.0" + package_info_plus: ^4.2.0 # Web dependencies js: ^0.6.3