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

Commit

Permalink
Change min sdk and prepare for release 0.1.2 (#8)
Browse files Browse the repository at this point in the history
* change min sdk version to match flutter stable
  • Loading branch information
kenzieschmoll authored Apr 29, 2019
1 parent 4e1b615 commit 66215f3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: dart

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

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

- lower min sdk version to match Flutter stable

## 0.1.1

- added example
Expand Down
4 changes: 2 additions & 2 deletions 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.1
version: 0.1.2

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

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

dependencies:
path: ^1.6.2
Expand Down

0 comments on commit 66215f3

Please sign in to comment.