creativecreatorormaybenot

Bump packages (#146)

  1 +## 0.3.0
  2 +
  3 +* Bumped to depend on latest platform interface.
  4 +
1 ## 0.2.0 5 ## 0.2.0
2 6
3 * Bumped to depend on latest platform interface. 7 * Bumped to depend on latest platform interface.
1 name: wakelock_macos 1 name: wakelock_macos
2 description: >-2 2 description: >-2
3 macOS platform implementation of the wakelock_platform_interface for the wakelock plugin. 3 macOS platform implementation of the wakelock_platform_interface for the wakelock plugin.
4 -version: 0.2.0 4 +version: 0.3.0
5 repository: https://github.com/creativecreatorormaybenot/wakelock/tree/main/wakelock_macos 5 repository: https://github.com/creativecreatorormaybenot/wakelock/tree/main/wakelock_macos
6 6
7 environment: 7 environment:
@@ -14,7 +14,7 @@ dependencies: @@ -14,7 +14,7 @@ dependencies:
14 flutter_web_plugins: 14 flutter_web_plugins:
15 sdk: flutter 15 sdk: flutter
16 16
17 - wakelock_platform_interface: ^0.2.0 17 + wakelock_platform_interface: ^0.4.0
18 18
19 dev_dependencies: 19 dev_dependencies:
20 flutter_test: 20 flutter_test:
  1 +## 0.4.0
  2 +
  3 +* Bumped to depend on latest platform interface.
  4 +
1 ## 0.3.0 5 ## 0.3.0
2 6
3 * Bumped to depend on latest platform interface. 7 * Bumped to depend on latest platform interface.
1 name: wakelock_web 1 name: wakelock_web
2 description: Web platform implementation of the wakelock_platform_interface for the wakelock plugin. 2 description: Web platform implementation of the wakelock_platform_interface for the wakelock plugin.
3 -version: 0.3.0 3 +version: 0.4.0
4 repository: https://github.com/creativecreatorormaybenot/wakelock/tree/main/wakelock_web 4 repository: https://github.com/creativecreatorormaybenot/wakelock/tree/main/wakelock_web
5 5
6 environment: 6 environment:
@@ -15,7 +15,7 @@ dependencies: @@ -15,7 +15,7 @@ dependencies:
15 15
16 js: ^0.6.3 16 js: ^0.6.3
17 17
18 - wakelock_platform_interface: ^0.2.0 18 + wakelock_platform_interface: ^0.3.0
19 19
20 dev_dependencies: 20 dev_dependencies:
21 flutter_test: 21 flutter_test: