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

Commit

Permalink
Bump import_js_library (#55)
Browse files Browse the repository at this point in the history
* Bump import_js_library

* Fix checks
  • Loading branch information
creativecreatorormaybenot authored Nov 8, 2020
1 parent afd369e commit a6a1474
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
strategy:
matrix:
device:
- 'iPhone 11 Pro Max (13.7)'
- 'iPhone 11 Pro Max (14.0)'
channel:
- 'stable'
- 'beta'
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.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.
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.1.0+2
version: 0.1.0+3
homepage: https://github.com/creativecreatorormaybenot/wakelock/tree/master/wakelock_web

environment:
Expand All @@ -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
Expand Down

0 comments on commit a6a1474

Please sign in to comment.