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

Commit

Permalink
Bump packages (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
creativecreatorormaybenot authored Sep 14, 2021
1 parent b67ed23 commit 246d966
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
4 changes: 4 additions & 0 deletions wakelock_macos/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.3.0

* Bumped to depend on latest platform interface.

## 0.2.0

* Bumped to depend on latest platform interface.
Expand Down
4 changes: 2 additions & 2 deletions wakelock_macos/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: wakelock_macos
description: >-2
macOS platform implementation of the wakelock_platform_interface for the wakelock plugin.
version: 0.2.0
version: 0.3.0
repository: https://github.com/creativecreatorormaybenot/wakelock/tree/main/wakelock_macos

environment:
Expand All @@ -14,7 +14,7 @@ dependencies:
flutter_web_plugins:
sdk: flutter

wakelock_platform_interface: ^0.2.0
wakelock_platform_interface: ^0.4.0

dev_dependencies:
flutter_test:
Expand Down
4 changes: 4 additions & 0 deletions wakelock_web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.4.0

* Bumped to depend on latest platform interface.

## 0.3.0

* Bumped to depend on latest platform interface.
Expand Down
4 changes: 2 additions & 2 deletions wakelock_web/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: wakelock_web
description: Web platform implementation of the wakelock_platform_interface for the wakelock plugin.
version: 0.3.0
version: 0.4.0
repository: https://github.com/creativecreatorormaybenot/wakelock/tree/main/wakelock_web

environment:
Expand All @@ -15,7 +15,7 @@ dependencies:

js: ^0.6.3

wakelock_platform_interface: ^0.2.0
wakelock_platform_interface: ^0.3.0

dev_dependencies:
flutter_test:
Expand Down

0 comments on commit 246d966

Please sign in to comment.