Skip to content

Commit

Permalink
Merge pull request #49 from dart-lang/sdk_3
Browse files Browse the repository at this point in the history
bump sdk constraint to 3.0.0
  • Loading branch information
pq authored Jul 16, 2018
2 parents a446045 + cca042b commit bbcad7d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.0.4

- Set max SDK version to <3.0.0.

## 1.0.3

- Removed unneeded dependency constraint on SDK.
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: package_config
version: 1.0.3
version: 1.0.4
description: Support for working with Package Resolution config files.
author: Dart Team <[email protected]>
homepage: https://github.com/dart-lang/package_config

environment:
sdk: '>=2.0.0-dev <2.0.0'
sdk: '>=2.0.0-dev <3.0.0'

dependencies:
charcode: ^1.1.0
Expand Down

0 comments on commit bbcad7d

Please sign in to comment.