Chromium Code Reviews| Index: pubspec.yaml |
| diff --git a/pubspec.yaml b/pubspec.yaml |
| index db7ccf36c88aebfbaa4eccdff0b68fbec6397af3..de4922c9eff0017f527b900cea3098078e71db5c 100644 |
| --- a/pubspec.yaml |
| +++ b/pubspec.yaml |
| @@ -1,12 +1,12 @@ |
| name: protoc-plugin |
| -version: 0.1.2 |
| +version: 0.2.0 |
|
Siggi Cherem (dart-lang)
2013/10/04 18:34:39
FYI 0.1.3 would be fine too. (while we are < versi
|
| authors: |
| - Dart Team <misc@dartlang.org> |
| description: Protoc compile to generate Dart code |
| homepage: https://github.com/dart-lang/protoc-plugin |
| environment: |
| - sdk: '>=0.7.2' |
| + sdk: '>=0.7.5' |
| dependencies: |
| - protobuf: '>=0.1.0' |
| + protobuf: '>=0.2.0' |
| dev_dependencies: |
| unittest: any |