Chromium Code Reviews| Index: pubspec.yaml |
| diff --git a/pubspec.yaml b/pubspec.yaml |
| index fa73ad6d287f411d674da8d291f53b968bd7aeeb..ac97b85e5a80c7b73229009fad06090ca4d9a94c 100644 |
| --- a/pubspec.yaml |
| +++ b/pubspec.yaml |
| @@ -1,11 +1,11 @@ |
| name: protoc-plugin |
| -version: 0.2.0 |
| +version: 0.2.1 |
| authors: |
| - Dart Team <misc@dartlang.org> |
| -description: Protoc compile to generate Dart code |
| +description: Protoc compiler plugin to generate Dart code |
| homepage: https://github.com/dart-lang/protoc-plugin |
| environment: |
| - sdk: '>=0.7.5' |
| + sdk: '>=0.8.5' |
|
Siggi Cherem (dart-lang)
2013/11/08 19:24:11
Alternatively, use the latest stable version out t
|
| dependencies: |
| protobuf: '>=0.3.1' |
| dev_dependencies: |