| Index: pkg/custom_element/pubspec.yaml
 | 
| diff --git a/pkg/custom_element/pubspec.yaml b/pkg/custom_element/pubspec.yaml
 | 
| index 95a25ea01ed5c61e022174c7efc9cc2ad75ee34d..3568402d1df40e57658c02066af95a30028383ac 100644
 | 
| --- a/pkg/custom_element/pubspec.yaml
 | 
| +++ b/pkg/custom_element/pubspec.yaml
 | 
| @@ -1,11 +1,10 @@
 | 
|  name: custom_element
 | 
| -version: 0.9.3
 | 
| +version: 0.10.0-dev
 | 
|  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
 | 
| -  with custom tag names, and then use those custom tag names as they would any
 | 
| -  standard tag.
 | 
| +  *Deprecated* newer version is in web_components package. This is for backwards
 | 
| +  compat with polymer.dart 0.4.x (web_ui package)
 | 
|  dev_dependencies:
 | 
|    unittest: ">=0.9.0 <0.10.0"
 | 
|  environment:
 | 
| 
 |