From 7428ab3b51f13a3c3e089bfd83e632d9a14f42b2 Mon Sep 17 00:00:00 2001 From: Jon Kirkman Date: Wed, 4 Jul 2018 02:35:56 -0400 Subject: [PATCH] removed version from example pubspecs (#90) --- example/googleapis/pubspec.yaml | 1 - example/helloworld/pubspec.yaml | 1 - example/metadata/pubspec.yaml | 1 - example/route_guide/pubspec.yaml | 1 - interop/pubspec.yaml | 1 - 5 files changed, 5 deletions(-) diff --git a/example/googleapis/pubspec.yaml b/example/googleapis/pubspec.yaml index f40d296..1c0955a 100644 --- a/example/googleapis/pubspec.yaml +++ b/example/googleapis/pubspec.yaml @@ -1,6 +1,5 @@ name: googleapis description: Dart gRPC client sample for Google APIs -version: 0.0.1 homepage: https://github.com/dart-lang/grpc-dart environment: diff --git a/example/helloworld/pubspec.yaml b/example/helloworld/pubspec.yaml index 764e574..6c38e07 100644 --- a/example/helloworld/pubspec.yaml +++ b/example/helloworld/pubspec.yaml @@ -1,6 +1,5 @@ name: helloworld description: Dart gRPC sample client and server. -version: 0.0.1 homepage: https://github.com/dart-lang/grpc-dart environment: diff --git a/example/metadata/pubspec.yaml b/example/metadata/pubspec.yaml index ad2ee4d..7962cd5 100644 --- a/example/metadata/pubspec.yaml +++ b/example/metadata/pubspec.yaml @@ -1,6 +1,5 @@ name: metadata description: Dart gRPC sample client and server. -version: 0.0.1 homepage: https://github.com/dart-lang/grpc-dart environment: diff --git a/example/route_guide/pubspec.yaml b/example/route_guide/pubspec.yaml index dc661a5..ec5956e 100644 --- a/example/route_guide/pubspec.yaml +++ b/example/route_guide/pubspec.yaml @@ -1,6 +1,5 @@ name: route_guide description: Dart gRPC sample client and server. -version: 0.0.1 homepage: https://github.com/dart-lang/grpc-dart environment: diff --git a/interop/pubspec.yaml b/interop/pubspec.yaml index 37b3472..845993b 100644 --- a/interop/pubspec.yaml +++ b/interop/pubspec.yaml @@ -1,6 +1,5 @@ name: interop description: Dart gRPC interoperability test suite. -version: 0.0.1 homepage: https://github.com/dart-lang/grpc-dart environment: