diff --git a/wakelock_windows/CHANGELOG.md b/wakelock_windows/CHANGELOG.md index ae4b105c..bab3b811 100644 --- a/wakelock_windows/CHANGELOG.md +++ b/wakelock_windows/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.2.1 + +* Bumped the `win32` dependency from `^2.0.0` to `^3.0.0`. + ## 0.2.0 * Bumped to depend on latest platform interface. diff --git a/wakelock_windows/pubspec.yaml b/wakelock_windows/pubspec.yaml index f7ed3452..f4983c0d 100644 --- a/wakelock_windows/pubspec.yaml +++ b/wakelock_windows/pubspec.yaml @@ -1,7 +1,7 @@ name: wakelock_windows description: >-2 Windows platform implementation of the wakelock_platform_interface for the wakelock plugin. -version: 0.2.0 +version: 0.2.1 repository: https://github.com/creativecreatorormaybenot/wakelock/tree/main/wakelock_windows environment: @@ -13,7 +13,7 @@ dependencies: sdk: flutter wakelock_platform_interface: ^0.3.0 - win32: ^2.0.0 + win32: ^3.0.0 dev_dependencies: flutter_test: