| Index: pubspec.yaml
|
| diff --git a/pubspec.yaml b/pubspec.yaml
|
| index fe9bcf1635a1855a9673a85acc6358e4c32f9547..c518797ca2860e8d6b3b51ec23d5f5010b436dcf 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.14+1
|
| +version: 0.4.15
|
| dependencies:
|
| args: ">=0.4.5"
|
| analyzer_experimental: ">=0.5.12"
|
| @@ -19,4 +19,4 @@ dev_dependencies:
|
| benchmark_harness: ">=1.0.2 <1.0.3"
|
| stack_trace: ">=0.6.3"
|
| environment:
|
| - sdk: ">=0.6.3"
|
| + sdk: ">=0.6.9+2"
|
|
|