diff --git a/pkgs/test/pubspec.yaml b/pkgs/test/pubspec.yaml index b9d23006eeebbfe65570a3225b0b15a373265309..9f6f81ff921d3d1a2d345f7b302ce301b9d41085 100644 --- a/pkgs/test/pubspec.yaml +++ b/pkgs/test/pubspec.yaml @@ -1,6 +1,5 @@ name: test -version: 1.11.0 -author: Dart Team <misc@dartlang.org> +version: 1.11.1-dev description: A full featured library for writing and running Dart tests. homepage: https://github.com/dart-lang/test/blob/master/pkgs/test diff --git a/pkgs/test_api/pubspec.yaml b/pkgs/test_api/pubspec.yaml index d6627fb508f1a112e2141cdfe658b70e94817d3f..f2cc1d773d9912d84f08532ff4405e9dfa480232 100644 --- a/pkgs/test_api/pubspec.yaml +++ b/pkgs/test_api/pubspec.yaml @@ -1,6 +1,5 @@ name: test_api version: 0.2.13-dev -author: Dart Team <misc@dartlang.org> description: A library for writing Dart tests. homepage: https://github.com/dart-lang/test/blob/master/pkgs/test_api diff --git a/pkgs/test_core/pubspec.yaml b/pkgs/test_core/pubspec.yaml index 5c84a4823d2fea804bf629e062adeff119b13a6e..942e282478492397f3555c2ab99f0f76903ae084 100644 --- a/pkgs/test_core/pubspec.yaml +++ b/pkgs/test_core/pubspec.yaml @@ -1,6 +1,5 @@ name: test_core -version: 0.2.17 -author: Dart Team <misc@dartlang.org> +version: 0.2.18-dev description: A basic library for writing tests and running them on the VM. homepage: https://github.com/dart-lang/test/blob/master/pkgs/test_core