| Index: pubspec.yaml
|
| diff --git a/pubspec.yaml b/pubspec.yaml
|
| index 5f118bf421f8e22ad567e53fb6884b290d883504..f514df2cdc94214204151c6b1dd3a8953b685ae5 100644
|
| --- a/pubspec.yaml
|
| +++ b/pubspec.yaml
|
| @@ -1,5 +1,5 @@
|
| name: web_ui
|
| -version: 0.4.27+2
|
| +version: 0.4.28
|
| author: Web UI Authors <web-ui-dev@dartlang.org>
|
| description: (deprecated) new versions are in the Polymer.dart package
|
| homepage: https://pub.dartlang.org/packages/polymer
|
| @@ -9,7 +9,7 @@ dependencies:
|
| browser: '>=0.4.5'
|
| custom_element: '>=0.8.10+4'
|
| logging: '>=0.4.5'
|
| - path: '>=0.8.9 < 1.0.0'
|
| + path: '>=1.0.0 < 2.0.0'
|
| unittest: '>=0.4.5'
|
| csslib: '>=0.4.7 <0.4.8'
|
| html5lib: '>=0.8.9 <0.8.10'
|
|
|