| Index: pkg/utf/pubspec.yaml
|
| diff --git a/pkg/utf/pubspec.yaml b/pkg/utf/pubspec.yaml
|
| index e997daca6afbd06a7ee39369bf9e01554f6188d5..a3fd33455f62dbbb3c50c45c76b3b0e4864d300b 100644
|
| --- a/pkg/utf/pubspec.yaml
|
| +++ b/pkg/utf/pubspec.yaml
|
| @@ -1,12 +1,9 @@
|
| name: utf
|
| -version: 0.9.0
|
| +version: 0.9.0+1
|
| author: Dart Team <misc@dartlang.org>
|
| description: >
|
| A Unicode library. Intended for advanced use where the built-in facilities
|
| are too limiting.
|
| -homepage: http://www.dartlang.org
|
| -documentation: http://api.dartlang.org/docs/pkg/utf
|
| -dev_dependencies:
|
| - unittest: ">=0.9.0 <0.10.0"
|
| +homepage: https://pub.dartlang.org/packages/utf
|
| environment:
|
| - sdk: ">=0.8.10+6 <2.0.0"
|
| + sdk: '>=1.0.0 <2.0.0'
|
|
|