Chromium Code Reviews| Index: pubspec.yaml |
| diff --git a/pubspec.yaml b/pubspec.yaml |
| index e4eba58cc1a09b037c03701c561390668b2b1698..ba8c8815ad6555fa668e9c9b583fed3aa0a5f8f5 100644 |
| --- a/pubspec.yaml |
| +++ b/pubspec.yaml |
| @@ -1,9 +1,9 @@ |
| name: sync_http |
| -version: 0.1.0 |
| +version: 0.1.1 |
| author: Dart Team <misc@dartlang.org> |
| description: Synchronous HTTP client for Dart. |
| homepage: https://github.com/dart-lang/sync_http |
| environment: |
| - sdk: '>=1.24.0-dev.1.0 <2.0.0' |
| + sdk: '>=1.24.0-dev.0.0 <2.0.0' |
| dev_dependencies: |
| test: ">=0.12.0 <0.13.0" |