| Index: pubspec.yaml
|
| diff --git a/pubspec.yaml b/pubspec.yaml
|
| index e2f788df47865c5265c7ea5c93dc6b2fbcfb282e..3d5d2f3f6295e2a7c65ce6417f9ba0bac817911d 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.13+2
|
| +version: 0.4.14
|
| dependencies:
|
| args: ">=0.4.5"
|
| analyzer_experimental: ">=0.5.12"
|
| @@ -18,4 +18,4 @@ dev_dependencies:
|
| js: any
|
| benchmark_harness: ">=1.0.2 <1.0.3"
|
| environment:
|
| - sdk: ">=0.5.20"
|
| + sdk: ">=0.6.3"
|
|
|