Chromium Code Reviews| Index: pubspec.yaml |
| diff --git a/pubspec.yaml b/pubspec.yaml |
| index db13edff7a0aeaca61661236eb563547464ab72f..48ef1407b63d459cbb262c62785c57afb9fd680b 100644 |
| --- a/pubspec.yaml |
| +++ b/pubspec.yaml |
| @@ -1,5 +1,5 @@ |
| name: convert |
| -version: 0.0.1-dev |
| +version: 1.0.0 |
| description: Utilities for converting between data representations. |
| author: Dart Team <misc@dartlang.org> |
| homepage: https://github.com/dart-lang/convert |
| @@ -9,6 +9,7 @@ environment: |
| dependencies: |
| charcode: '^1.1.0' |
| + typed_data: '^1.0.0' |
| dev_dependencies: |
| test: '^0.12.0' |