This repository has been archived by the owner on Oct 28, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change min sdk and prepare for release 0.1.2 (#8)
* change min sdk version to match flutter stable
- Loading branch information
1 parent
4e1b615
commit 66215f3
Showing
3 changed files
with
7 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|