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

Commit

Permalink
Publish all packages (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
creativecreatorormaybenot authored Sep 10, 2021
1 parent dd77568 commit 9b299a9
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion wakelock/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: >-2
Plugin that allows you to keep the device screen awake, i.e. prevent the screen from sleeping on
Android, iOS, macOS, Windows, and web.
version: 0.5.4
homepage: https://github.com/creativecreatorormaybenot/wakelock/tree/main/wakelock
repository: https://github.com/creativecreatorormaybenot/wakelock/tree/main/wakelock

environment:
sdk: '>=2.12.0 <3.0.0'
Expand Down
2 changes: 1 addition & 1 deletion wakelock_macos/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: wakelock_macos
description: >-2
macOS platform implementation of the wakelock_platform_interface for the wakelock plugin.
version: 0.1.0+3
homepage: https://github.com/creativecreatorormaybenot/wakelock/tree/main/wakelock_macos
repository: https://github.com/creativecreatorormaybenot/wakelock/tree/main/wakelock_macos

environment:
sdk: '>=2.12.0 <3.0.0'
Expand Down
2 changes: 1 addition & 1 deletion wakelock_platform_interface/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: >-2
A common platform interface for the wakelock plugin used by the different platform
implementations.
version: 0.2.1+3
homepage: >-2
repository: >-2
https://github.com/creativecreatorormaybenot/wakelock/tree/main/wakelock_platform_interface
environment:
Expand Down
2 changes: 1 addition & 1 deletion wakelock_web/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: wakelock_web
description: Web platform implementation of the wakelock_platform_interface for the wakelock plugin.
version: 0.2.0+3
homepage: https://github.com/creativecreatorormaybenot/wakelock/tree/main/wakelock_web
repository: https://github.com/creativecreatorormaybenot/wakelock/tree/main/wakelock_web

environment:
sdk: '>=2.12.0 <3.0.0'
Expand Down
2 changes: 1 addition & 1 deletion wakelock_windows/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: wakelock_windows
description: >-2
Windows platform implementation of the wakelock_platform_interface for the wakelock plugin.
version: 0.1.0+2
homepage: https://github.com/creativecreatorormaybenot/wakelock/tree/main/wakelock_windows
repository: https://github.com/creativecreatorormaybenot/wakelock/tree/main/wakelock_windows

environment:
sdk: '>=2.12.0 <3.0.0'
Expand Down

0 comments on commit 9b299a9

Please sign in to comment.