Skip to content
This repository has been archived by the owner on Jul 11, 2024. It is now read-only.

Commit

Permalink
Bump win32 version (#183)
Browse files Browse the repository at this point in the history
* Bump win32 version

* Update wakelock_windows/CHANGELOG.md

Co-authored-by: creativecreatorormaybenot <creativecreatorormaybenot@gmail.com>
  • Loading branch information
miracoli and creativecreatorormaybenot authored Sep 13, 2022
1 parent 383ec77 commit 22334f9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions wakelock_windows/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
4 changes: 2 additions & 2 deletions wakelock_windows/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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:
Expand Down

0 comments on commit 22334f9

Please sign in to comment.