OLD | NEW |
---|---|
1 name: meta | 1 name: meta |
2 version: 0.9.0 | 2 version: 0.9.1 |
Brian Wilkerson
2016/03/03 18:50:22
I think we need to bump to 0.10.0.
| |
3 author: Dart Team <misc@dartlang.org> | 3 author: Dart Team <misc@dartlang.org> |
4 homepage: http://www.dartlang.org | 4 homepage: http://www.dartlang.org |
5 description: > | 5 description: > |
6 This library contains the definitions of annotations that provide additional | 6 This library contains the definitions of annotations that provide additional |
7 semantic information about the program being annotated. These annotations are | 7 semantic information about the program being annotated. These annotations are |
8 intended to be used by tools to provide a better user experience. | 8 intended to be used by tools to provide a better user experience. |
9 environment: | 9 environment: |
10 sdk: '>=1.12.0 <2.0.0' | 10 sdk: '>=1.12.0 <2.0.0' |
OLD | NEW |