Index: pubspec.yaml |
diff --git a/pubspec.yaml b/pubspec.yaml |
index ed2a205e657f38ec4d7faa44ac7ea81971fadbd1..36ab18d39d4ad5c831da9190d4ae6d7dc5cfe994 100644 |
--- a/pubspec.yaml |
+++ b/pubspec.yaml |
@@ -1,14 +1,14 @@ |
name: widget |
-version: 0.2.4 |
+version: 0.4.7 |
Siggi Cherem (dart-lang)
2013/04/16 17:07:20
Please change the new version to "0.2.5" or "0.3.0
Jacob
2013/04/16 17:18:19
Done.
|
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.5' |
Siggi Cherem (dart-lang)
2013/04/16 17:07:20
use 0.4.7
Jacob
2013/04/16 17:18:19
Done.
|
dependencies: |
- html5lib: '>=0.4.1' |
bot: '>=0.16.2' |
- web_ui: '>=0.4.4' |
+ web_ui: '>=0.4.5' |
Siggi Cherem (dart-lang)
2013/04/16 17:07:20
use 0.4.6+1
Jacob
2013/04/16 17:18:19
Done.
|
+ html5lib: '>=0.4.3 <0.4.4' |
Siggi Cherem (dart-lang)
2013/04/16 17:07:20
is this imported explicitly in the code? if not, w
Jacob
2013/04/16 17:18:19
It doesn't seem like it was needed. Removed.
|
meta: '>=0.4.4+4' |
dev_dependencies: |
unittest: '>=0.4.4+4' |