| Index: pubspec.yaml
|
| diff --git a/pubspec.yaml b/pubspec.yaml
|
| index 970ee8a64b638cb250e41f071c48f3345840c5ea..a4d1331b255d5b2ae5e51847910d9008aca58bb2 100644
|
| --- a/pubspec.yaml
|
| +++ b/pubspec.yaml
|
| @@ -1,5 +1,5 @@
|
| name: smoke
|
| -version: 0.3.2-dev
|
| +version: 0.3.1+1
|
| author: Polymer.dart Authors <web-ui-dev@dartlang.org>
|
| homepage: https://github.com/dart-lang/smoke
|
| description: >
|
| @@ -9,7 +9,7 @@ description: >
|
| dependencies:
|
| barback: ">=0.9.0 <0.16.0"
|
| logging: ">=0.9.0 <0.10.0"
|
| - analyzer: ">=0.13.0 <0.23.0"
|
| + analyzer: ">=0.13.0 <0.25.0"
|
| # TODO(sigmund): once we have some easier way to do global app-level
|
| # transformers, we might want to remove this transformer here and only apply it
|
| # in apps that need it.
|
|
|