| Index: pubspec.yaml
 | 
| diff --git a/pubspec.yaml b/pubspec.yaml
 | 
| index 2277d67b6b8efb0626248c352d8688f1c3e638ea..0fc4e6e90b8c3ce984e322f183107db5e8272a6b 100644
 | 
| --- a/pubspec.yaml
 | 
| +++ b/pubspec.yaml
 | 
| @@ -1,5 +1,5 @@
 | 
|  name: unittest
 | 
| -version: 0.11.5-dev
 | 
| +version: 0.11.5
 | 
|  author: Dart Team <misc@dartlang.org>
 | 
|  description: A library for writing dart unit tests.
 | 
|  homepage: https://github.com/dart-lang/unittest
 | 
| @@ -11,6 +11,6 @@ dependencies:
 | 
|    # Because unittest exports matcher, it needs to keep its version constraint
 | 
|    # tight to ensure that a constraint on unittest properly constraints all
 | 
|    # features it provides.
 | 
| -  matcher: '>=0.11.3 <0.11.4'
 | 
| +  matcher: '>=0.11.4 <0.11.5'
 | 
|  dev_dependencies:
 | 
|    metatest: '>=0.1.0 <0.2.0'
 | 
| 
 |