Chromium Code Reviews| Index: pubspec.yaml |
| diff --git a/pubspec.yaml b/pubspec.yaml |
| index ed2a205e657f38ec4d7faa44ac7ea81971fadbd1..64fd5e45cb057b5632670d27d50ade8dd233da9e 100644 |
| --- a/pubspec.yaml |
| +++ b/pubspec.yaml |
| @@ -1,14 +1,13 @@ |
| name: widget |
| -version: 0.2.4 |
| +version: 0.2.5 |
| author: Kevin Moore <kevin@thinkpixellab.com> |
| description: A set of reusable Web Components for Dart applications |
| homepage: https://github.com/kevmoo/widget.dart |
| environment: |
| - sdk: '>=0.4.4+4.r20810' |
| + sdk: '>=0.4.7' |
| dependencies: |
| - html5lib: '>=0.4.1' |
| bot: '>=0.16.2' |
| - web_ui: '>=0.4.4' |
| + web_ui: '>=0.4.6+1' |
| meta: '>=0.4.4+4' |
| dev_dependencies: |
| unittest: '>=0.4.4+4' |