mirror of https://github.com/grpc/grpc-dart.git
bump_version (#165)
This commit is contained in:
parent
92731e1a71
commit
56c77f84ae
|
@ -1,3 +1,7 @@
|
||||||
|
## 1.0.2
|
||||||
|
|
||||||
|
* Fix bug where the server would crash if the client would break the connection.
|
||||||
|
|
||||||
## 1.0.1
|
## 1.0.1
|
||||||
|
|
||||||
* Add `service_api.dart` that only contains the minimal imports needed by the code generated by
|
* Add `service_api.dart` that only contains the minimal imports needed by the code generated by
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
name: grpc
|
name: grpc
|
||||||
description: Dart implementation of gRPC, a high performance, open-source universal RPC framework.
|
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>
|
author: Dart Team <misc@dartlang.org>
|
||||||
homepage: https://github.com/dart-lang/grpc-dart
|
homepage: https://github.com/dart-lang/grpc-dart
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue