Skip to content

Commit

Permalink
Declare support for async 2.0.0 (flutter#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
nex3 authored Sep 22, 2017
1 parent 8c8ce45 commit a76e058
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## 1.1.5

* Declare support for `async` 2.0.0.

* Require Dart 1.23.0.

## 1.1.4
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: glob
version: 1.1.5-dev
version: 1.1.5
author: "Dart Team <[email protected]>"
homepage: https://github.com/dart-lang/glob
description: Bash-style filename globbing.
dependencies:
async: "^1.2.0"
async: ">=1.2.0 <3.0.0"
collection: "^1.1.0"
path: "^1.3.0"
string_scanner: ">=0.1.0 <2.0.0"
Expand Down

0 comments on commit a76e058

Please sign in to comment.