Skip to content

Commit

Permalink
Update lower SDK bound to 2.2.0 (dart-archive/browser_launcher#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevmoo authored Jan 21, 2020
1 parent 7013135 commit eaf6c0c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pkgs/browser_launcher/.travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: dart

dart:
- 2.1.2-dev.0.0
- 2.2.0
- dev

dart_task:
Expand Down
4 changes: 4 additions & 0 deletions pkgs/browser_launcher/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.1.6-dev

- Update lower Dart SDK requirement to 2.2.0.

## 0.1.5

- Add a parameter to use a specified user-data-dir instead of a system temp.
Expand Down
4 changes: 2 additions & 2 deletions pkgs/browser_launcher/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: browser_launcher
description: Provides a standardized way to launch web browsers for testing and tools.

version: 0.1.5
version: 0.1.6-dev

author: Dart Team <[email protected]>
homepage: https://github.com/dart-lang/browser_launcher

environment:
sdk: '>=2.1.2-dev.0.0 <3.0.0'
sdk: '>=2.2.0 <3.0.0'

dependencies:
path: ^1.6.2
Expand Down

0 comments on commit eaf6c0c

Please sign in to comment.