Chromium Code Reviews| Index: pubspec.yaml |
| diff --git a/pubspec.yaml b/pubspec.yaml |
| index 076531fb56aa7b673b7d6184dfac20bffc635e9a..f0de3c32a5a7f68f6a32e1d2d3ca373a6843da61 100644 |
| --- a/pubspec.yaml |
| +++ b/pubspec.yaml |
| @@ -1,8 +1,8 @@ |
| -name: web_components |
| -author: "Dart Team <misc@dartlang.org>" |
| -homepage: https://github.com/dart-lang/dart-web-components |
| +name: web_ui |
| +author: "Web UI Authors <misc@dartlang.org>" |
| +homepage: https://github.com/dart-lang/web-ui |
| description: An easy way to build web apps in Dart. |
| -version: 0.2.8+4 |
| +version: 0.2.9 |
|
Siggi Cherem (dart-lang)
2012/12/07 21:34:29
maybe don't bump the version just yet, since we ar
Jennifer Messerly
2012/12/07 21:36:01
sure. sgtm
|
| dependencies: |
| args: any |
| # Pin html5lib so we don't get unexpected API breaks. |