Chromium Code Reviews| Index: pkg/http_multi_server/pubspec.yaml |
| diff --git a/pkg/http_multi_server/pubspec.yaml b/pkg/http_multi_server/pubspec.yaml |
| index b8199dad422fde03d25f438e752d69799ea2d6c8..edc4c41253e6025247f6dbcf28f8a7928084b2a2 100644 |
| --- a/pkg/http_multi_server/pubspec.yaml |
| +++ b/pkg/http_multi_server/pubspec.yaml |
| @@ -1,5 +1,5 @@ |
| name: http_multi_server |
| -version: 1.3.0 |
| +version: 1.3.0+1 |
| author: "Dart Team <misc@dartlang.org>" |
| homepage: http://www.dartlang.org |
| description: |
| @@ -8,4 +8,4 @@ dev_dependencies: |
| unittest: ">=0.11.0 <0.12.0" |
| http: ">=0.11.0 <0.12.0" |
| environment: |
| - sdk: ">=1.7.0 <2.0.0" |
| + sdk: ">=1.7.0-edge.40587 <2.0.0" |
|
Anders Johnsen
2014/09/25 07:39:50
Isn't it called 'be'? If not, dev < edge, which wo
nweiz
2014/09/25 20:37:03
No, "edge" is correct. It's important that it come
|