| Index: pkg/lookup_map/pubspec.yaml
|
| diff --git a/pkg/lookup_map/pubspec.yaml b/pkg/lookup_map/pubspec.yaml
|
| index 8c420d0c5eded3e811c276a6281ee6f2229d8a2d..adaee09ecd8c3ca0f88bb04c07ea624358810399 100644
|
| --- a/pkg/lookup_map/pubspec.yaml
|
| +++ b/pkg/lookup_map/pubspec.yaml
|
| @@ -2,7 +2,7 @@ name: lookup_map
|
| description: a lookup-only map that can be tree-shaken by dart2js
|
| # Note: the version needs to be kept in sync with the string in
|
| # lib/lookup_map.dart, otherwise test/version_check_test would fail.
|
| -version: 0.0.1
|
| +version: 0.0.1+1
|
| author: "Dart Team <misc@dartlang.org>"
|
| homepage: https://github.com/dart-lang/sdk/blob/master/pkg/lookup_map/README.md
|
| dev_dependencies:
|
|
|