Index: pubspec.yaml |
diff --git a/pubspec.yaml b/pubspec.yaml |
index bad459847d23207bc18aa8bdf7cd22bdff1664bc..b1d4199dba7578cd237e18582bb95634d48dc82a 100644 |
--- a/pubspec.yaml |
+++ b/pubspec.yaml |
@@ -2,7 +2,7 @@ name: web_ui |
author: "Web UI Authors <web-ui-dev@dartlang.org>" |
homepage: https://github.com/dart-lang/web-ui |
description: An easy way to build web apps in Dart. |
-version: 0.4.6+4 |
+version: 0.4.7 |
Siggi Cherem (dart-lang)
2013/05/03 18:24:03
i was thinking we can jump to 0.5 later... when we
|
dependencies: |
args: ">=0.4.5" |
analyzer_experimental: ">=0.4.5" |
@@ -18,4 +18,4 @@ dev_dependencies: |
js: any |
benchmark_harness: ">=1.0.2 <1.0.3" |
environment: |
- sdk: ">=0.4.6" |
+ sdk: ">=0.5.4" |