bump_version (#165)

This commit is contained in:
Sigurd Meldgaard 2019-04-03 15:15:01 +02:00 committed by GitHub
parent 92731e1a71
commit 56c77f84ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
## 1.0.2
* Fix bug where the server would crash if the client would break the connection.
## 1.0.1
* Add `service_api.dart` that only contains the minimal imports needed by the code generated by

View File

@ -1,6 +1,6 @@
name: grpc
description: Dart implementation of gRPC, a high performance, open-source universal RPC framework.
version: 1.0.1
version: 1.0.2
author: Dart Team <misc@dartlang.org>
homepage: https://github.com/dart-lang/grpc-dart