 Chromium Code Reviews
 Chromium Code Reviews Issue 1404443005:
  Add _TypedDataBuffer.addRange.  (Closed) 
  Base URL: git@github.com:dart-lang/typed_data@master
    
  
    Issue 1404443005:
  Add _TypedDataBuffer.addRange.  (Closed) 
  Base URL: git@github.com:dart-lang/typed_data@master| Index: pubspec.yaml | 
| diff --git a/pubspec.yaml b/pubspec.yaml | 
| index c54a86017e5c08bb534827e3b9c409fabc8293af..4ca6cb200594b60374abeed3950c9aa60cf194ab 100644 | 
| --- a/pubspec.yaml | 
| +++ b/pubspec.yaml | 
| @@ -1,5 +1,5 @@ | 
| name: typed_data | 
| -version: 1.0.1-dev | 
| +version: 1.1.0 | 
| author: Dart Team <misc@dartlang.org> | 
| description: Utility functions and classes related to the 'dart:typed_data' library. | 
| homepage: https://github.com/dart-lang/typed_data |