| Index: pkg/template_binding/pubspec.yaml
|
| diff --git a/pkg/template_binding/pubspec.yaml b/pkg/template_binding/pubspec.yaml
|
| index 7f2de55e054aea1f8a230e0f6f667b80222de80f..66b536fbfe85740a964c7260fc76370a5ba491cd 100644
|
| --- a/pkg/template_binding/pubspec.yaml
|
| +++ b/pkg/template_binding/pubspec.yaml
|
| @@ -1,12 +1,12 @@
|
| name: template_binding
|
| -version: 0.12.0+3
|
| +version: 0.12.0+4
|
| author: Polymer.dart Team <web-ui-dev@dartlang.org>
|
| description: >
|
| Extends the capabilities of the HTML Template Element by enabling it to
|
| create, manage, and remove instances of content bound to data defined in Dart.
|
| homepage: https://www.dartlang.org/polymer-dart/
|
| dependencies:
|
| - observe: ">=0.11.0 <0.12.0"
|
| + observe: ">=0.11.0 <0.13.0"
|
| dev_dependencies:
|
| web_components: ">=0.3.1 <0.4.0"
|
| unittest: ">=0.10.0 <0.11.0"
|
|
|