| Index: pkg/shelf/pubspec.yaml
|
| diff --git a/pkg/shelf/pubspec.yaml b/pkg/shelf/pubspec.yaml
|
| index daf3a9450aee0ccd5a8c606f0ef8189b207c3f66..f4e338fa53363da7249e1a55b737078ef2dedda3 100644
|
| --- a/pkg/shelf/pubspec.yaml
|
| +++ b/pkg/shelf/pubspec.yaml
|
| @@ -1,10 +1,10 @@
|
| name: shelf
|
| -version: 0.5.2
|
| +version: 0.5.3
|
| author: Dart Team <misc@dartlang.org>
|
| description: Web Server Middleware for Dart
|
| homepage: http://www.dartlang.org
|
| environment:
|
| - sdk: '>=1.4.0-dev.5.0 <2.0.0'
|
| + sdk: '>=1.4.0 <2.0.0'
|
| documentation: https://api.dartlang.org/apidocs/channels/be/dartdoc-viewer/shelf
|
| dependencies:
|
| collection: '>=0.9.1 <0.10.0'
|
| @@ -14,4 +14,4 @@ dependencies:
|
| dev_dependencies:
|
| http: '>=0.9.2 <0.12.0'
|
| scheduled_test: '>=0.10.0 <0.12.0'
|
| - unittest: '>=0.10.0 <0.11.0'
|
| + unittest: '>=0.10.0 <0.12.0'
|
|
|