| Index: pkg/custom_element/pubspec.yaml
|
| diff --git a/pkg/custom_element/pubspec.yaml b/pkg/custom_element/pubspec.yaml
|
| index 658c5c39b43177042842effa768f11b9e3bf6fae..2aecaa8e71a5aa792cd9c7b6ad1e35c26c17c211 100644
|
| --- a/pkg/custom_element/pubspec.yaml
|
| +++ b/pkg/custom_element/pubspec.yaml
|
| @@ -1,6 +1,6 @@
|
| name: custom_element
|
| -version: 0.9.1-dev
|
| -author: "Web UI Team <web-ui-dev@dartlang.org>"
|
| +version: 0.9.1
|
| +author: "Polymer.dart Team <web-ui-dev@dartlang.org>"
|
| homepage: http://www.dartlang.org/
|
| description: >
|
| Custom Elements let authors define their own elements. Authors associate code
|
| @@ -11,4 +11,4 @@ dependencies:
|
| dev_dependencies:
|
| unittest: ">=0.9.0 <0.10.0"
|
| environment:
|
| - sdk: ">=0.8.10+6 <2.0.0"
|
| + sdk: ">=1.0.0 <2.0.0"
|
|
|