| Index: pkg/polymer/pubspec.yaml
|
| diff --git a/pkg/polymer/pubspec.yaml b/pkg/polymer/pubspec.yaml
|
| index 3f71ed1c8377a37124e27ac961e05e96aa6b01e7..bf4b47fe595174d5189f73ae641c8390563515ce 100644
|
| --- a/pkg/polymer/pubspec.yaml
|
| +++ b/pkg/polymer/pubspec.yaml
|
| @@ -1,5 +1,5 @@
|
| name: polymer
|
| -version: 0.11.0+4
|
| +version: 0.11.0+5
|
| author: Polymer.dart Authors <web-ui-dev@dartlang.org>
|
| description: >
|
| Polymer.dart is a new type of library for the web, built on top of Web
|
| @@ -20,7 +20,7 @@ dependencies:
|
| smoke: '>=0.1.0 <0.2.0'
|
| source_maps: '>=0.9.0 <0.10.0'
|
| template_binding: '>=0.11.0 <0.12.0'
|
| - web_components: '>=0.3.5 <0.4.0'
|
| + web_components: '>=0.4.0 <0.5.0'
|
| yaml: '>=0.9.0 <2.0.0'
|
| dev_dependencies:
|
| unittest: '>=0.10.0 <0.11.0'
|
|
|