creativecreatorormaybenot
Committed by GitHub

Bump import_js_library (#55)

* Bump import_js_library

* Fix checks
... ... @@ -53,7 +53,7 @@ jobs:
strategy:
matrix:
device:
- 'iPhone 11 Pro Max (13.7)'
- 'iPhone 11 Pro Max (14.0)'
channel:
- 'stable'
- 'beta'
... ...
## 0.1.0+3
* Bumped minimum `import_js_library` version in order to resolve Android build warning.
## 0.1.0+2
* Version increment for automated publishing.
... ...
name: wakelock_web
description: Web platform implementation of the wakelock_platform_interface for the wakelock plugin.
version: 0.1.0+2
version: 0.1.0+3
homepage: https://github.com/creativecreatorormaybenot/wakelock/tree/master/wakelock_web
environment:
... ... @@ -13,7 +13,7 @@ dependencies:
flutter_web_plugins:
sdk: flutter
import_js_library: ^1.0.1
import_js_library: ^1.0.2
js: ^0.6.2
wakelock_platform_interface: ^0.1.0
... ...