| Index: pkg/template_binding/pubspec.yaml
|
| diff --git a/pkg/template_binding/pubspec.yaml b/pkg/template_binding/pubspec.yaml
|
| index ce16aa8ef19cb1a509082f3fddb1a00eb47842b9..c77211027f11266ebc22fc167d43432403d77107 100644
|
| --- a/pkg/template_binding/pubspec.yaml
|
| +++ b/pkg/template_binding/pubspec.yaml
|
| @@ -1,5 +1,5 @@
|
| name: template_binding
|
| -version: 0.13.0+1
|
| +version: 0.13.1-dev
|
| author: Polymer.dart Team <web-ui-dev@dartlang.org>
|
| description: >
|
| Extends the capabilities of the HTML Template Element by enabling it to
|
| @@ -7,7 +7,7 @@ description: >
|
| homepage: https://www.dartlang.org/polymer-dart/
|
| dependencies:
|
| observe: ">=0.11.0 <0.13.0"
|
| - web_components: ">=0.7.0 <0.9.0"
|
| + web_components: ">=0.7.0 <0.10.0"
|
| dev_dependencies:
|
| unittest: ">=0.10.0 <0.11.0"
|
| environment:
|
|
|