| Index: pubspec.yaml
|
| diff --git a/pubspec.yaml b/pubspec.yaml
|
| index 12d0f37bf55e22643089815c6edbd71b7959180d..ba4481d887657ffdbffefd10557a0031fd5b84bd 100644
|
| --- a/pubspec.yaml
|
| +++ b/pubspec.yaml
|
| @@ -1,5 +1,5 @@
|
| name: web_ui
|
| -version: 0.4.25
|
| +version: 0.4.26
|
| author: Web UI Authors <web-ui-dev@dartlang.org>
|
| description: An easy way to build web apps in Dart.
|
| homepage: https://github.com/dart-lang/web-ui
|
| @@ -19,4 +19,4 @@ dev_dependencies:
|
| benchmark_harness: '>=1.0.2 <1.0.3'
|
| stack_trace: '>=0.6.3'
|
| environment:
|
| - sdk: '>=0.8.9'
|
| + sdk: '>=0.8.10'
|
|
|