Chromium Code Reviews| Index: pubspec.yaml |
| diff --git a/pubspec.yaml b/pubspec.yaml |
| index 70eb46c39b60e28a166bad08e0e725d7d0bddd5f..e20e84dd8f6832204cc094a925f33b11f21a47bf 100644 |
| --- a/pubspec.yaml |
| +++ b/pubspec.yaml |
| @@ -1,11 +1,11 @@ |
| name: protoc-plugin |
| -version: 0.2.4 |
| +version: 0.3.0 |
| authors: |
| - Dart Team <misc@dartlang.org> |
| description: Protoc compiler plugin to generate Dart code |
| homepage: https://github.com/dart-lang/protoc-plugin |
| environment: |
| - sdk: '>=0.8.10+6 <2.0.0' |
| + sdk: '>=1.0.0 <2.0.0' |
| dependencies: |
| protobuf: '>=0.3.3' |
| dev_dependencies: |