| Index: pubspec.yaml
|
| diff --git a/pubspec.yaml b/pubspec.yaml
|
| index 9aead4d5031f2c9c7e6d5abdfafd3a7aa7fb369e..ef13f07613831455ca3467263490fefc7924383c 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.18+2
|
| +version: 0.4.19
|
| dependencies:
|
| args: ">=0.4.5"
|
| analyzer_experimental: ">=0.5.12"
|
| @@ -20,4 +20,4 @@ dev_dependencies:
|
| benchmark_harness: ">=1.0.2 <1.0.3"
|
| stack_trace: ">=0.6.3"
|
| environment:
|
| - sdk: ">=0.6.19"
|
| + sdk: ">=0.7.0"
|
|
|