| Index: pubspec.yaml
|
| diff --git a/pubspec.yaml b/pubspec.yaml
|
| index 2fb1188559772ffe0896558a0fb1951f67905dfd..e6f9a971a5db7961d4c2f1e788708b60347dab10 100644
|
| --- a/pubspec.yaml
|
| +++ b/pubspec.yaml
|
| @@ -1,11 +1,11 @@
|
| name: http_multi_server
|
| -version: 1.3.2
|
| +version: 1.3.3-dev
|
| author: "Dart Team <misc@dartlang.org>"
|
| homepage: http://github.com/dart-lang/http_multi_server
|
| description:
|
| A dart:io HttpServer wrapper that handles requests from multiple servers.
|
| dev_dependencies:
|
| - unittest: ">=0.11.0 <0.12.0"
|
| + test: ">=0.12.0 <0.13.0"
|
| http: ">=0.11.0 <0.12.0"
|
| environment:
|
| sdk: ">=1.7.0-edge.40587 <2.0.0"
|
|
|